interface Deno.BasicAuth
Basic authentication credentials to be used with a Deno.Proxy
server when specifying Deno.CreateHttpClientOptions.
Properties Jump to heading
Jump to headingusername: stringThe username to be used against the proxy server.
Jump to headingpassword: stringThe password to be used against the proxy server.