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

pub struct HttpConnector;
[]

A connector that will produce HttpStreams.

Trait Implementations

impl Default for HttpConnector
[src]

[]

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

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 NetworkConnector for HttpConnector
[src]

Type of Stream to create

[]

Connect to a remote address.