This release adds support for matching a request with a user-provided request-matcher function. Provided matcher functions are run after the HTTP method, URL, and body have been checked for differences.
Notable Changes
- feat: matcher functions (#5, #6)