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]
impl<S: Ssl> HttpsConnector<S>
pub fn new(s: S) -> HttpsConnector<S>
[src]
pub fn new(s: S) -> HttpsConnector<S>
Create a new connector using the provided SSL implementation.
Trait Implementations
impl<S: Debug + Ssl> Debug for HttpsConnector<S>
[src]
impl<S: Debug + Ssl> Debug for HttpsConnector<S>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<S: Default + Ssl> Default for HttpsConnector<S>
[src]
impl<S: Default + Ssl> Default for HttpsConnector<S>
fn default() -> HttpsConnector<S>
[src]
fn default() -> HttpsConnector<S>
Returns the "default value" for a type. Read more
impl<S: Ssl> NetworkConnector for HttpsConnector<S>
[src]
impl<S: Ssl> NetworkConnector for HttpsConnector<S>
Auto Trait Implementations
impl<S> Send for HttpsConnector<S> where
S: Send,
impl<S> Send for HttpsConnector<S> where
S: Send,
impl<S> Sync for HttpsConnector<S> where
S: Sync,
impl<S> Sync for HttpsConnector<S> where
S: Sync,