add custom certificates & disabling hostname verif

This commit is contained in:
Corentin Henry
2017-05-22 08:06:01 -07:00
committed by Sean McArthur
parent d12d604e38
commit 4b2eda7d29
2 changed files with 121 additions and 19 deletions

View File

@@ -154,7 +154,7 @@ pub use hyper::version::HttpVersion;
pub use hyper::Url;
pub use url::ParseError as UrlError;
pub use self::client::{Client, RequestBuilder};
pub use self::client::{Certificate, Client, ClientBuilder, RequestBuilder};
pub use self::error::{Error, Result};
pub use self::body::Body;
pub use self::redirect::RedirectPolicy;