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