Struct hyper::net::HttpsConnector
[−]
[src]
pub struct HttpsConnector<S: Ssl> { // some fields omitted }
A connector that can protect HTTP streams using SSL.
Methods
impl<S: Ssl> HttpsConnector<S>
fn new(s: S) -> HttpsConnector<S>
Create a new connector using the provided SSL implementation.