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

[minor] URI patters now support multiple wildcards, you can form more… #36

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

bnkamalesh
Copy link
Member

… patterns. e.g. all routes ending with /hello.

[-] refer to the test TestWildcardMadness in router_test.go on sample usage
[patch] there was a regression introduced while fixing trailing slash config support for wildcard routes
[-] regression was introduced after changing the regex used for route matching. Now there's no more
regex and routes are parsed with custom fns (is ~2x faster)

… patterns. e.g. all routes ending with /hello.

[-] refer to the test TestWildcardMadness in router_test.go on sample usage
[patch] there was a regression introduced while fixing trailing slash config support for wildcard routes
[-] regression was introduced after changing the regex used for route matching. Now there's no more
regex and routes are parsed with custom fns (is ~2x faster)
@bnkamalesh bnkamalesh self-assigned this Feb 8, 2022
@bnkamalesh bnkamalesh merged commit b774906 into master Feb 8, 2022
@bnkamalesh bnkamalesh deleted the routing-fix branch February 8, 2022 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant