http_body_to_bytes

Function http_body_to_bytes 

Source
pub async fn http_body_to_bytes<T>(body: T) -> Result<Bytes, T::Error>
where T: HttpBody,