koichik / node-tunnel

Node HTTP/HTTPS Agents for tunneling proxies
MIT License
537 stars 78 forks source link

generalized function #18

Closed stevenvachon closed 7 years ago

stevenvachon commented 7 years ago
tunnel.create("http", "http");
tunnel.create("http", "https");
tunnel.create("https", "https");
tunnel.create("https", "http");

For situations where we need to dynamically create agents.

koichik commented 7 years ago

Sorry, I don't want to add a new feature.