Struct hyper::net::HttpListenerExperimental
[-]
[+]
[src]
pub struct HttpListener {
// some fields omitted
}A NetworkListener for HttpStreams.
pub struct HttpListener {
// some fields omitted
}A NetworkListener for HttpStreams.
impl Listener<HttpStream, HttpAcceptor> for HttpListenerfn listen(self) -> IoResult<HttpAcceptor>impl NetworkListener<HttpStream, HttpAcceptor> for HttpListenerfn bind(host: &str, port: Port) -> IoResult<HttpListener>fn socket_name(&mut self) -> IoResult<SocketAddr>
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).