UNPKG

proxy-chain

Version:

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.

5 lines 196 B
/** * @see https://nodejs.org/api/http.html#http_message_rawheaders */ export declare const validHeadersOnly: (rawHeaders: string[]) => string[]; //# sourceMappingURL=valid_headers_only.d.ts.map