parse_request

Function parse_request 

Source
pub async fn parse_request<S>(stream: S) -> Result<Request<BodyReader<S>>>
where S: AsyncRead + Unpin,
Available on crate feature http_support only.
Expand description

Helper function to help parsing stream into Request instance.

See new_with for more information.