node-https-proxy-agent

HTTP(s) proxy http.Agent implementation for HTTPS
  https://github.com/TooTallNate/proxy-agents#readme
  0
  no reviews



Node-http-proxy-agent provides an http.Agent implementation that connects to a specified HTTP or HTTPS proxy server, and can be used with the built-in https module.

Specifically, this Agent implementation connects to an intermediary "proxy" server and issues the CONNECT HTTP method, which tells the proxy to open a direct TCP connection to the destination server.