/*/** Basic authentication adapter for UIM\Http\Client Generally not directly constructed, but instead used by {@link \UIM\Http\Client} when options.get("auth.type"] is 'basic'
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string _generateHeader(string username, string password) | ||||
Request | Request proxyAuthentication(Request request, Json[string] credentials) | ||||
Request | Request authentication(IRequest request, Json[string] credentials) |