Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.Proxy

A modern runtime for JavaScript and TypeScript.
Latest
interface Deno.Proxy
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { Proxy } = Deno;

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.