UNPKG

global-proxy-agent

Version:

A universal proxy agent for Node.js that combines environment-variable-based proxy resolution with smart protocol-aware agent selection. Automatically supports HTTP, HTTPS, SOCKS, and PAC proxies using a modular, runtime-configurable approach. It also pro

9 lines (8 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bootstrap = void 0; const setup_1 = require("./setup"); const bootstrap = () => { (0, setup_1.setupGlobalProxyAgent)(); // uses env vars by default }; exports.bootstrap = bootstrap;