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>,
) -> Result<RequestMatchResult>Expand description
Matches the expected and actual requests