Function futures_http::reader::parse_response

source ยท
pub async fn parse_response<S>(stream: S) -> ParseResult<Response<BodyReader>>
where S: AsyncRead + Send + Unpin + 'static,
Expand description

Helper function to help parsing stream into Response instance.

See new_with for more information.