Function wiremock::matchers::headers

source ·
pub fn headers<K, V>(key: K, values: Vec<V>) -> HeaderExactMatcher
Expand description

Shorthand for HeaderExactMatcher::new supporting multi valued headers.