[][src]Crate http_connection

Asynchronous HTTP connection

This trait decorates an AsyncRead + AsyncWrite connection stream/sink with HTTP aware information like the connections HTTP version and the remote address.

Traits

HttpConnection

Represents a HTTP aware connection.