caw icon indicating copy to clipboard operation
caw copied to clipboard

Construct HTTP/HTTPS agents for tunneling proxies

Results 8 caw issues
Sort by recently updated
recently updated
newest added

You may already be aware of this issue, but I figured I'd post it here anyway, just in case I'm wrong. (I don't see it already posted.) When running an...

Hello, Will be great to support NO_PROXY variables like request module ex: https://github.com/request/request/blob/master/lib/getProxyFromURI.js#L40 This is an standard in *nix systems: https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html

How can I pass `caw` a username/password required by the proxy I want to use?

I'm having trouble getting `caw` to work with `got`, and I'm trying to figure out whether the issue is because of the proxy itself or because of how I'm configuring...

as they needn't be single-use.

It doesn't support `NO_PROXY` and does not take an input URL (or protocol) to discern which env var to use, as there can be multiple. Meanwhile, [proxy-from-env](https://npmjs.com/proxy-from-env) does all of...

env var override: ```js caw({ proxyUrl: 'http://proxy/' }) ``` proxy headers: ```js caw({ proxyHeaders: { 'user-agent': 'my app' } }) ```

Should we care about them?