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