pub async fn parse_streaming_response<S>(stream: S) -> Result<StreamingResponse>where S: AsyncRead + Unpin + Send + 'static,
Parse HTTP response headers and create streaming response