Struct hyper_native_tls::NativeTlsClient [] [src]

pub struct NativeTlsClient(_);

An SslClient implementation using native-tls.

Methods

impl NativeTlsClient
[src]

Returns a NativeTlsClient with a default configuration.

Trait Implementations

impl From<TlsConnector> for NativeTlsClient
[src]

Performs the conversion.

impl<T> SslClient<T> for NativeTlsClient where T: NetworkStream + Send + Clone + Debug + Sync
[src]

The protected stream.

Wrap a client stream with SSL.