Function pact_matching::match_request

source ·
pub async fn match_request<'a>(
    expected: HttpRequest,
    actual: HttpRequest,
    pact: &Box<dyn Pact + Send + Sync + RefUnwindSafe + 'a>,
    interaction: &Box<dyn Interaction + Send + Sync + RefUnwindSafe>
) -> RequestMatchResult
Expand description

Matches the expected and actual requests