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 165 B
import { URL } from 'node:url'; export declare const redactUrl: (url: string | URL, passwordReplacement?: string) => string; //# sourceMappingURL=redact_url.d.ts.map