pub async fn resp_to_string( resp: &mut Response<Body>, ) -> Result<String, Box<dyn Error + Send + Sync>>
Read the body content of a mutable reference to a Response object into a string.
Response