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

Normalize Route Parameters #37

Merged
merged 4 commits into from
Sep 22, 2023
Merged

Normalize Route Parameters #37

merged 4 commits into from
Sep 22, 2023

Conversation

ibraheemdev
Copy link
Owner

@ibraheemdev ibraheemdev commented Aug 3, 2023

Resolves #13.

Route parameters are now normalized when inserted, and a remapping of parameter names is stored at the leaf node holding the value. This way we know what parameter names are expected after a successful match, and can apply the remappings.

@ibraheemdev ibraheemdev merged commit 05a8c30 into master Sep 22, 2023
@ibraheemdev ibraheemdev deleted the normalize-params branch November 30, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better support for overlapping parameters
1 participant