UNPKG

proxy-chain

Version:

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

4 lines 208 B
import type http from 'node:http'; import type net from 'node:net'; export declare const customConnect: (socket: net.Socket, server: http.Server) => Promise<void>; //# sourceMappingURL=custom_connect.d.ts.map