async_h1::client

Function decode

Source
pub async fn decode<R>(reader: R) -> Result<Response>
where R: Read + Unpin + Send + Sync + 'static,
Expand description

Decode an HTTP response on the client.