http1::protocol::h1::response

Function read_response

source
pub fn read_response<R>(reader: R) -> Result<Response<Body>>
where R: Read + Send + 'static,