[][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
)

Matches the actual headers to the expected ones.