pub async fn read_response_with_limit<R: AsyncRead + Unpin>( reader: &mut R, max: usize, ) -> Result<(Response, usize)>
Read one Response with a caller-supplied cap.
Response