UNPKG

@journeyapps/https-proxy-socket

Version:

Node library to enable opening Socket connections via an HTTPS proxy.

9 lines (8 loc) 275 B
import { HttpsProxySocket } from './HttpsProxySocket'; /** * Replace the connection method on the tedious library (used by mssql) * to connect via a proxy. * * @param proxy - the proxy to use */ export declare function useProxyForTedious(proxy: HttpsProxySocket): void;