Trait viz_core::types::PayloadDetect[][src]

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

Payload Content Type Detection

Provided methods

Detects the request’s content-type

Implementors