Deno.Proxy

UNSTABLE: New API, yet to be vetted.

The definition of a proxy when specifying Deno.CreateHttpClientOptions.

interface Proxy {
basicAuth?: BasicAuth;
url: string;
}

§Properties

§
basicAuth?: BasicAuth
[src]

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

§
url: string
[src]

The string URL of the proxy server to use.