import { type Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.unstable.d.ts";
const { CreateHttpClientOptions } = Deno;
UNSTABLE: New API, yet to be vetted.
The options used when creating a Deno.HttpClient
.
Properties
A list of root certificates that will be used in addition to the default root certificates to verify the peer's certificate.
Must be in PEM format.
optional
proxy: ProxyA HTTP proxy to use for new connections.