body_as_bytes

Function body_as_bytes 

Source
pub async fn body_as_bytes(response: Response<Body>) -> Result<Vec<u8>, Error>
Expand description

Collect a Response into a single Vec of bytes.