Struct hyper_rustls::HttpsConnector [] [src]

pub struct HttpsConnector { /* fields omitted */ }

A Connector for the https scheme.

Methods

impl HttpsConnector
[src]

Construct a new HttpsConnector.

Takes number of DNS worker threads.

Trait Implementations

impl Clone for HttpsConnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HttpsConnector
[src]

Formats the value using the given formatter.

impl From<(HttpConnector, ClientConfig)> for HttpsConnector
[src]

Performs the conversion.

impl Service for HttpsConnector
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.