Package Exports
- @ucipass/proxy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ucipass/proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
proxy
Web forward proxy (HTTP/HTTPS). Binaries are available for Windows/Linux/MacOS.
Usage
npm install @ucipass/proxy
Sample code:
const proxy = require('@ucipass/proxy')
const proxyPort = 3128
proxy(proxyPort)
.then(()=>{
// Use it for a while....
})
.then(() => proxy.stop())