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

pub struct HttpConnector<'v>(pub Option<ContextVerifier<'v>>);

A connector that will produce HttpStreams.

Trait Implementations

impl<'v> NetworkConnector for HttpConnector<'v>

type Stream = HttpStream

fn connect(&mut self, host: &str, port: Port, scheme: &str) -> IoResult<HttpStream>