Struct hyper::net::HttpConnector
[−]
[src]
pub struct HttpConnector;
A connector that will produce HttpStreams.
pub struct HttpConnector;
A connector that will produce HttpStreams.
impl NetworkConnector for HttpConnector
type Stream = HttpStream
fn connect(&self, host: &str, port: u16, scheme: &str) -> Result<HttpStream>
impl Default for HttpConnector
fn default() -> HttpConnector
impl Clone for HttpConnector
fn clone(&self) -> HttpConnector
fn clone_from(&mut self, source: &Self)
impl Debug for HttpConnector