pub struct Http1Body<R: AsyncRead + Unpin> { /* private fields */ }
Expand description
A HTTP/1 body.
The reason of this type and the inner buffer is described in super::Body::Http1
pub struct Http1Body<R: AsyncRead + Unpin> { /* private fields */ }
A HTTP/1 body.
The reason of this type and the inner buffer is described in super::Body::Http1