Trait viz::prelude::types::PayloadDetect[][src]

pub trait PayloadDetect {
    fn detect(&Mime) -> bool { ... }
}
Expand description

Payload Content Type Detection

Provided methods

Detects the request’s content-type

Implementations on Foreign Types

Implementors