[][src]Function pact_matching::match_headers

pub fn match_headers(
    expected: Option<HashMap<String, Vec<String>>>,
    actual: Option<HashMap<String, Vec<String>>>,
    mismatches: &mut Vec<Mismatch>,
    matchers: &MatchingRules
)
👎 Deprecated since 0.6.4:

Use the version that returns a match result (match_headers_result)

Matches the actual headers to the expected ones.