connect TLS aftet tunneling to a proxy

This commit is contained in:
Sean McArthur
2017-06-30 18:28:52 -07:00
parent e5753a5eb4
commit 17c0739fcc
3 changed files with 88 additions and 10 deletions

View File

@@ -16,12 +16,13 @@ hyper = "0.11"
hyper-tls = "0.1.2"
libflate = "0.1.5"
log = "0.3"
native-tls = "0.1"
native-tls = "0.1.3"
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.5"
tokio-core = "0.1.6"
tokio-io = "0.1"
tokio-tls = "0.1"
url = "1.2"
[dev-dependencies]