Struct hyper::net::HttpsConnector[][src]

pub struct HttpsConnector<S: Ssl> { /* fields omitted */ }

A connector that can protect HTTP streams using SSL.

Methods

impl<S: Ssl> HttpsConnector<S>
[src]

Create a new connector using the provided SSL implementation.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

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

Type of Stream to create

Connect to a remote address.

Auto Trait Implementations

impl<S> Send for HttpsConnector<S> where
    S: Send

impl<S> Sync for HttpsConnector<S> where
    S: Sync