HTTP.setProxyAuthentication

Set the user name and password for proxy authentication.

struct HTTP
version(StdDdoc)
void
setProxyAuthentication
(
const(char)[] username
,
const(char)[] password
)

Parameters

username const(char)[]

the username

password const(char)[]

the password

Meta

Suggestion Box / Bug Report