pub async fn body_as_bytes(response: Response<Body>) -> Result<Vec<u8>, Error>
Collect a Response into a single Vec of bytes.