Skip to content

v0.3.0

Choose a tag to compare

@shawalli shawalli released this 25 Aug 04:21
· 7 commits to main since this release
b73cabb

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)