pub async fn match_response<'a>(
    expected: HttpResponse,
    actual: HttpResponse,
    pact: &Box<dyn Pact + Send + Sync + 'a>,
    interaction: &Box<dyn Interaction + Send + Sync>
) -> Vec<Mismatch>
Expand description

Matches the actual and expected responses.