Skip to main content

parse_response

Function parse_response 

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

Parse HTTP response from a stream with optimized parsing