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
optional
basicAuth: BasicAuthThe basic auth credentials to be used against the proxy server.