httpBasicAuthHeader
Description
Creates an HttpHeader object to be used as Authorization header for a Basic authentication of a user.
Parameters
Return Type
Example
HttpHeader authHeader = httpBasicAuthHeader("admin", "admin");
See also
Peacock
Creates an HttpHeader object to be used as Authorization header for a Basic authentication of a user.
HttpHeader authHeader = httpBasicAuthHeader("admin", "admin");