Struct hyper::client::HttpConnector [] [src]

pub struct HttpConnector { /* fields omitted */ }
[]

A connector for the http scheme.

Methods

impl HttpConnector
[src]

[]

Construct a new HttpConnector.

Takes number of DNS worker threads.

Trait Implementations

impl Clone for HttpConnector
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for HttpConnector
[src]

[]

Formats the value using the given formatter.

impl Service for HttpConnector
[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.