Merge pull request #232 from tafia/hyper-proxy

Remove proxy handling in favor of hyper-proxy crate
This commit is contained in:
Sean McArthur
2018-01-02 10:12:44 -08:00
committed by GitHub
8 changed files with 65 additions and 515 deletions

View File

@@ -26,6 +26,7 @@ tokio-io = "0.1"
tokio-tls = "0.1"
url = "1.2"
uuid = { version = "0.5", features = ["v4"] }
hyper-proxy = "0.4.0"
[dev-dependencies]
env_logger = "0.4"