Struct hyper::net::HttpConnector
[−]
[src]
pub struct HttpConnector(pub Option<ContextVerifier>);
A connector that will produce HttpStreams.
pub struct HttpConnector(pub Option<ContextVerifier>);
A connector that will produce HttpStreams.
impl NetworkConnector for HttpConnector
type Stream = HttpStream
fn connect(&self, host: &str, port: u16, scheme: &str) -> Result<HttpStream>
fn set_ssl_verifier(&mut self, verifier: ContextVerifier)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)