Function hyper_body_to_bytes_with_max_length

Source
pub async fn hyper_body_to_bytes_with_max_length(
    hyper_body: Body,
    max_length: usize,
) -> Result<Bytes, Error>