proxy-all
Proxies all http/https requests when NODE_PROXY env is set
Install
npm install --save proxy-all
Use
require the module
;// ... your code ...
run your code with NODE_PROXY set
NODE_PROXY=http://localhost:8080/ node index.js
Proxies all http/https requests when NODE_PROXY env is set
npm install --save proxy-all
;// ... your code ...
NODE_PROXY=http://localhost:8080/ node index.js
npm i proxy-all
5
1.0.0
MIT