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

@@ -132,6 +132,7 @@ extern crate serde_json;
extern crate serde_urlencoded;
extern crate tokio_core;
extern crate tokio_io;
extern crate tokio_tls;
extern crate url;
pub use hyper::header;