pub async fn body_as_string(response: Response<Body>) -> Result<String, Error>
Collect a Response’s Body and convert the body to a tring.