pub async fn parse_request<S>(stream: S) -> Result<Request<BodyReader<S>>>where S: AsyncRead + Unpin,
http_support
Helper function to help parsing stream into Request instance.
Request
See new_with for more information.
new_with