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