http-proxy - npm
www.npmjs.com › package › http-proxyHTTP proxying for the masses. node-http-proxy . node-http-proxy is an HTTP programmable proxying library that supports websockets. It is suitable for implementing components such as reverse proxies and load balancers.
express-http-proxy - npm
https://www.npmjs.com/package/express-http-proxyDEBUG=express-http-proxy npm run YOUR_PROGRAM DEBUG=express-http-proxy npm run YOUR_PROGRAM | grep 'express-http-proxy' # to filter down to just these messages Will trace the execution of the express-http-proxy module in order to aide debugging. Upgrade to 1.0, transition guide and breaking changes
http-proxy-middleware - npm
https://www.npmjs.com/package/http-proxy-middleware/v/0.19.1http-proxy options. The following options are provided by the underlying http-proxy library.. option.target: url string to be parsed with the url module. option.forward: url string to be parsed with the url module. option.agent: object to be passed to http(s).request (see Node's https agent and http agent objects). option.ssl: object to be passed to https.createServer()