Construct HTTP/HTTPS agents for tunneling proxies
$ npm install --save caw
var caw = require('caw');
var got = require('got');
got('todomvc.com', {
agent: caw()
}, function () {});Type: string
Proxy URL.
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