c
		    Deno.HttpClient
	      
    A custom HttpClient for use with fetch function. This is
designed to allow custom certificates or proxies to be used with fetch().
f
		    Deno.createHttpClient
	      
    Create a custom HttpClient to use with fetch. This is an
extension of the web platform Fetch API which allows Deno to use custom
TLS 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