pub trait HttpConnection: HttpRead + HttpWrite { }
Async BufRead/Write stream that represents an HTTP connection