Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

v2.4.0: Corporate Proxy Support

Compare
Choose a tag to compare
@terinjokes terinjokes released this 11 Jan 20:37
· 28 commits to master since this release
v2.4.0
a06aad5

2.4.0 (2018-1-11)

Corporate Proxy Support

Now automatically configures an HTTPS proxy agent if HTTPS_PROXY is configured in the environment. Hosts, IPs, and CIDRs are respected in NO_PROXY.

Work is underway to farther customize the proxy configuration, disable it completely, as well as providing your own HTTPS agent. Look forward to that in future releases.

API Documentation

JSDoc generated documentation is finally available! Check it out! Of course, continued improvements are welcome.

Changelog

Features

  • http: support HTTPS_PROXY and NO_PROXY environment variables (fdd155a) #36

Doc

  • api: add JSDoc to main interface and resources (de16c41)