pub fn header_regex<K>(key: K, value: &str) -> HeaderRegexMatcher where
    K: TryInto<HeaderName>,
    <K as TryInto<HeaderName>>::Error: Debug
Expand description

Shorthand for HeaderRegexMatcher::new.