c
Deno.HttpClient
A custom HttpClient
for use with fetch
function. This isdesigned to allow custom certificates or proxies to be used with fetch()
.
f
Deno.createHttpClient
Create a custom HttpClient to use with fetch
. This is anextension of the web platform Fetch API which allows Deno to use customTLS CA certificates and connect via a proxy while using fetch()
.
I
Deno.BasicAuth
Basic authentication credentials to be used with a Deno.Proxy
server when specifying Deno.CreateHttpClientOptions
.
I
Deno.CreateHttpClientOptions
The options used when creating a Deno.HttpClient
.
I