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

feat: whenMatch - for more advanced matching needs #23

Merged
merged 4 commits into from
Apr 11, 2023
Merged

Commits on Apr 4, 2023

  1. feat: whenMatch - for more advanced matching needs

    sometimes, you want to define your own matching logic and now you can.
    if you just want to match when a certain request parameter is present or
    if the http method is GET and the first letter of the path is "z". who
    knows what you'll need? the sky is now the limit.
    
    breaking change: removed CharlatanHttpRequest#pathParameters. it is no
    longer possible to support this attribute of the request type because
    the request is provided in the matching phase when we don't know what
    the path template is and whether its a match yet.
    samandmoore committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4403c6e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    eac9840 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    78b681d View commit details
    Browse the repository at this point in the history
  2. fix formatting

    samandmoore committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d48e7ca View commit details
    Browse the repository at this point in the history