Skip to main content
interface Deno.Proxy
Unstable

The definition of a proxy when specifying Deno.CreateHttpClientOptions.

Properties

url: string

The string URL of the proxy server to use.

optional
basicAuth: BasicAuth

The basic auth credentials to be used against the proxy server.