Bakhtina Sofya b84cb877be 1st comm | 2 weeks ago | |
---|---|---|
.. | ||
index.js | 2 weeks ago | |
license | 2 weeks ago | |
package.json | 2 weeks ago | |
readme.md | 2 weeks ago |
Construct HTTP/HTTPS agents for tunneling proxies
$ npm install caw
const caw = require('caw');
const got = require('got');
got('todomvc.com', {
agent: caw()
}, () => {});
Type: string
Proxy URL. If not set, it'll try getting it using get-proxy
.
Type: Object
Besides the options below, you can pass in options allowed in tunnel-agent.
Type: string
Default: http
Endpoint protocol.
MIT © Kevin Mårtensson