Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replaced RequestUriMatcher with UriMatcher #110

Merged
merged 4 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    80f396c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89c7c3f View commit details
    Browse the repository at this point in the history
  3. feat: set up uri matcher for reusability so we can more simply add ot…

    …her types of matchers that check portions of the URI, like path/route values, etc.
    skwasjer committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    542e603 View commit details
    Browse the repository at this point in the history
  4. refactor: replaced RequestUriMatcher with UriMatcher. Additionally, a…

    …dded option to disable wildcards on request URI matching.
    skwasjer committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    91a6fbb View commit details
    Browse the repository at this point in the history