requestSatisfies
Adds a condition to verify that the request satisfies the specified call.
This method allows users to define a custom call that will be applied to the request, enabling more flexible and granular request matching. The call is a function that takes a request of type P as an input and should return successfully to satisfy the condition.
Parameters
description
call description
call
A function that takes a request of type P as an input.