requestMatches

fun requestMatches(matcher: Matcher<P?>)(source)

Adds a condition to verify that the request matches the specified matcher.

This method allows users to define a custom matcher that will be applied to the request, enabling more flexible and granular request matching.

Parameters

matcher

A matcher that will be applied to the request.