interface Deno.HttpClient
extends Disposable
Unstable
UNSTABLE: New API, yet to be vetted.
A custom HttpClient
for use with fetch
function. This is
designed to allow custom certificates or proxies to be used with fetch()
.
close(): void
Close the HTTP client.