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ยง
- Http
Connection - Represents a HTTP aware connection.