UNPKG

proxy-chain

Version:

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

9 lines 266 B
interface Authorization { type: string; data: string; username?: string; password?: string; } export declare const parseAuthorizationHeader: (header: string) => Authorization | null; export {}; //# sourceMappingURL=parse_authorization_header.d.ts.map