Skip to main content

Classes

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().

Functions

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().

    Interfaces

    I
    Deno.BasicAuth

    Basic authentication credentials to be used with a Deno.Proxy server when specifying Deno.CreateHttpClientOptions.

    I
    Deno.Proxy

    The definition of a proxy when specifying Deno.CreateHttpClientOptions.

    Back to top