async_h1b::client

Function decode

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

Decode an HTTP response on the client.