Struct hyper::net::HttpConnector [] [src]

pub struct HttpConnector;

A connector that will produce HttpStreams.

Trait Implementations

impl Debug for HttpConnector
[src]

Formats the value using the given formatter.

impl Clone for HttpConnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HttpConnector
[src]

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

impl NetworkConnector for HttpConnector
[src]

Type of Stream to create

Connect to a remote address.