Deno.CreateHttpClientOptions
UNSTABLE: New API, yet to be vetted. The options used when creating a [HttpClient].
interface CreateHttpClientOptions {
caCerts?: string[];
certChain?: string;
privateKey?: string;
proxy?: Proxy;
}UNSTABLE: New API, yet to be vetted. The options used when creating a [HttpClient].