Function parse_streaming_response

Source
pub async fn parse_streaming_response<S>(stream: S) -> Result<StreamingResponse>
where S: AsyncRead + Unpin + Send + 'static,
Expand description

Parse HTTP response headers and create streaming response