Struct hyper::net::OpensslClient [] [src]

pub struct OpensslClient(_);

A client-specific implementation of OpenSSL.

Methods

impl OpensslClient
[src]

Creates a new OpensslClient with a custom SslContext

Trait Implementations

impl Debug for OpensslClient
[src]

Formats the value using the given formatter.

impl Clone for OpensslClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OpensslClient
[src]

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

impl<T: NetworkStream + Send + Clone> SslClient<T> for OpensslClient
[src]

The protected stream.

Wrap a client stream with SSL.