pub fn header_exists<K>(key: K) -> HeaderExistsMatcherwhere
    K: TryInto<HeaderName>,
    <K as TryInto<HeaderName>>::Error: Debug,
Expand description

Shorthand for HeaderExistsMatcher::new.