Function wiremock::matchers::header_exists [−][src]
pub fn header_exists<K>(key: K) -> HeaderExistsMatcher where
K: TryInto<HeaderName>,
<K as TryInto<HeaderName>>::Error: Debug,
Shorthand for HeaderExistsMatcher::new
.