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