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>
[src]
fn new(s: S) -> HttpsConnector<S>
Create a new connector using the provided SSL implementation.
Trait Implementations
impl<S: Default + SslClient> Default for HttpsConnector<S>
[src]
fn default() -> HttpsConnector<S>
Returns the "default value" for a type. Read more