import { type Deno } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.unstable.d.ts";
const { Proxy } = Deno;
UNSTABLE: New API, yet to be vetted.
The definition of a proxy when specifying
Deno.CreateHttpClientOptions
.
Properties
optional
basicAuth: BasicAuthThe basic auth credentials to be used against the proxy server.