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

Allow different param names in different methods with same path scheme #2209

Merged
merged 5 commits into from Jul 11, 2022

Commits on Jun 29, 2022

  1. Change methodHandler element type to methodContext

    Signed-off-by: ortyomka <iurin.art@gmail.com>
    ortyomka committed Jun 29, 2022
    Copy the full SHA
    3e45d2a View commit details
    Browse the repository at this point in the history
  2. Allow different param names in the smae path with different methods

    Signed-off-by: ortyomka <iurin.art@gmail.com>
    ortyomka committed Jun 29, 2022
    Copy the full SHA
    d9b49f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Rename methodContext to routeMethod

    Add paramsCount in each node for perfomance
    
    Signed-off-by: ortyomka <iurin.art@gmail.com>
    ortyomka committed Jul 6, 2022
    Copy the full SHA
    5ec1f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Add backtracking to nearest path

    Signed-off-by: ortyomka <iurin.art@gmail.com>
    ortyomka committed Jul 8, 2022
    Copy the full SHA
    83a5acc View commit details
    Browse the repository at this point in the history
  2. Remove params from NotAllowed

    Signed-off-by: ortyomka <iurin.art@gmail.com>
    ortyomka committed Jul 8, 2022
    Copy the full SHA
    627588a View commit details
    Browse the repository at this point in the history