Add support for system/environment proxies (#547)

This commit is contained in:
WindSoilder
2019-07-02 07:27:58 +08:00
committed by Sean McArthur
parent 564a08f230
commit 577d06c363
9 changed files with 255 additions and 5 deletions

View File

@@ -72,3 +72,6 @@ rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "tls"]
trust-dns = ["trust-dns-resolver"]
hyper-011 = ["hyper-old-types"]
[target.'cfg(windows)'.dependencies]
winreg = "0.6"