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]

Create a new connector using the provided SSL implementation.

Trait Implementations

impl<S: Default + SslClient> Default for HttpsConnector<S>
[src]

Returns the "default value" for a type. Read more

impl<S: Debug + SslClient> Debug for HttpsConnector<S>
[src]

Formats the value using the given formatter.

impl<S: SslClient> NetworkConnector for HttpsConnector<S>
[src]

Type of Stream to create

Connect to a remote address.