interface Deno.Proxy
The definition of a proxy when specifying
Deno.CreateHttpClientOptions
.
Properties Jump to heading
Jump to headingurl: string
The string URL of the proxy server to use.
optional
Jump to headingbasicAuth: BasicAuth
The basic auth credentials to be used against the proxy server.