pub async fn decode<R>(reader: R) -> Result<Response>where R: Read + Unpin + Send + Sync + 'static,
Decode an HTTP response on the client.