Struct hyper::net::HttpsConnector [−][src]
pub struct HttpsConnector<S: SslClient, C: NetworkConnector = HttpConnector> { /* fields omitted */ }
Expand description
A connector that can protect HTTP streams using SSL.
Implementations
Create a new connector using the provided SSL implementation.
Create a new connector using the provided SSL implementation.
Trait Implementations
Returns the “default value” for a type. Read more