vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
addBasicAuth
index
vibe
http
auth
basic_auth
Augments the given HTTP request with an HTTP Basic Auth header.
@
safe
void
addBasicAuth
(
scope
HTTPRequest
req
,
string
user
,
string
password
)
Meta
Source
See Implementation
index
vibe
http
auth
basic_auth
aliases
PasswordVerifyCallback
functions
addBasicAuth
checkBasicAuth
performBasicAuth
Augments the given HTTP request with an HTTP Basic Auth header.