remove proxy handling in favor of hyper-proxy crate

This commit is contained in:
Johann Tuffe
2017-12-15 11:51:02 +08:00
parent 9cc02ab007
commit 8b1bb0b53e
6 changed files with 37 additions and 507 deletions

View File

@@ -132,6 +132,7 @@ extern crate bytes;
#[macro_use]
extern crate futures;
extern crate hyper;
extern crate hyper_proxy;
extern crate hyper_tls;
#[macro_use]
extern crate log;
@@ -170,7 +171,6 @@ pub use self::tls::{Certificate, Identity};
mod error;
mod async_impl;
mod connect;
mod body;
mod client;
mod into_url;