Function wiremock::matchers::header

source ·
pub fn header<K, V>(key: K, value: V) -> HeaderExactMatcher
Expand description

Shorthand for HeaderExactMatcher::new.