addBasicAuth

Augments the given HTTP request with an HTTP Basic Auth header.

@safe
void
addBasicAuth
(
scope HTTPRequest req
,
string user
,
string password
)

Meta