You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while this is quite expressive to read, i think this creates a lot of classes and method calls. how about a RequestMatcherFactory with fluent interface?
i see that your approach could also do AnyOf or something like that, but i doubt that comes up much - and there is still the CallbackRequestMatcher for such situations.
Question
In a project we are currently using implementations of the
RequestMatcher
which allow us to reuse and compose request matchers.For example
Would there be interest in having these pushed upstream, that is, into this repository?
The text was updated successfully, but these errors were encountered: