HttpConnection

Trait HttpConnection 

Source
pub trait HttpConnection: HttpRead + HttpWrite { }
Expand description

Async BufRead/Write stream that represents an HTTP connection

Implementors§