pub async fn parse_response<S>(stream: S) -> Result<Response>where S: AsyncRead + Unpin,
Parse HTTP response from a stream