[][src]Function pact_matching::match_headers_result

pub fn match_headers_result(
    expected: Option<HashMap<String, Vec<String>>>,
    actual: Option<HashMap<String, Vec<String>>>,
    matchers: &MatchingRules
) -> HashMap<String, Vec<Mismatch>>

Matches the actual headers to the expected ones.