Type alias HttpProxyAgentOptions<T>

HttpProxyAgentOptions<T>: ConnectOpts<T> & http.AgentOptions & {
    headers?: OutgoingHttpHeaders | (() => OutgoingHttpHeaders);
}

Type Parameters

  • T

Type declaration

  • Optional headers?: OutgoingHttpHeaders | (() => OutgoingHttpHeaders)

Generated using TypeDoc