UNPKG

proxy-chain

Version:

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

3 lines 148 B
import type { URL } from 'node:url'; export declare const getBasicAuthorizationHeader: (url: URL) => string; //# sourceMappingURL=get_basic.d.ts.map