Deno.Proxy - Deno documentation
interface Deno.Proxy
Unstable

UNSTABLE: New API, yet to be vetted.

The definition of a proxy when specifying Deno.CreateHttpClientOptions.

Properties

url: string

The string URL of the proxy server to use.

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