Crate http_connection

Source
Expand description

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.