Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(proxy): Adds NO_PROXY environment variable support
Adds support for loading from the `NO_PROXY` or `no_proxy` environment variables. This should make reqwest support the system proxy settings. Please note that I brought in one additional dependency in order to handle CIDR blocks in the no proxy settings. Closes seanmonstar#705
- Loading branch information