Function pact_matching::match_headers [] [src]

pub fn match_headers(
    expected: Option<HashMap<String, String>>,
    actual: Option<HashMap<String, String>>,
    mismatches: &mut Vec<Mismatch>,
    matchers: &Option<Matchers>
)

Matches the actual headers to the expected ones.