Type alias HttpsProxyAgentOptions<T>
HttpsProxyAgentOptions<T>: ConnectOpts<T> & http.AgentOptions & {
headers?: OutgoingHttpHeaders | (() => OutgoingHttpHeaders);
}
Type declaration
-
Optional
headers?: OutgoingHttpHeaders | (() => OutgoingHttpHeaders)