pub async fn read_response<R: AsyncRead + Unpin>( reader: &mut R, ) -> Result<(Response, usize)>
Read one Response with the default cap.
Response