body_as_string

Function body_as_string 

Source
pub async fn body_as_string(response: Response<Body>) -> Result<String, Error>
Expand description

Collect a Response’s Body and convert the body to a tring.