Package version:

The configuration settings of a forward proxy used to make the requests.

interface ForwardProxy {
    convention?: ForwardProxyConvention;
    customHostHeaderName?: string;
    customProtoHeaderName?: string;
}

Properties

The convention used to determine the url of the request made.

customHostHeaderName?: string

The name of the header containing the host of the request.

customProtoHeaderName?: string

The name of the header containing the scheme of the request.