pub async fn read_body_capped_bytes( resp: Response, ) -> Result<Vec<u8>, (Error, bool)>
read_body_capped without the decoding step, for callers that need to apply the response’s declared charset themselves.
read_body_capped