HttpRead
dhttp
0.1.0
Http
Read
Implementors
In dhttp::
core::
connection
dhttp
::
core
::
connection
Trait
Http
Read
Copy item path
Source
pub trait HttpRead: AsyncBufRead +
Unpin
+
Send
+
Sync
{ }
Expand description
Async buffered reader stream
Implementors
§
Source
§
impl<T: AsyncBufRead +
Unpin
+
Send
+
Sync
>
HttpRead
for T