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 146 B
import type { URL } from 'node:url'; export declare const normalizeUrlPort: (url: URL) => number; //# sourceMappingURL=normalize_url_port.d.ts.map