Function parse_response

Source
pub async fn parse_response<S>(stream: S) -> Result<Response>
where S: AsyncRead + Unpin,
Expand description

Parse HTTP response from a stream