-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minor] URI patters now support multiple wildcards, you can form more…
… patterns. e.g. all routes ending with /hello. (#36) [minor] URI patters now support multiple wildcards, you can form more patterns. e.g. all routes ending with /hello [-] refer to the test TestWildcardMadness in router_test.go to see 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)
- Loading branch information
1 parent
2f16471
commit b774906
Showing
5 changed files
with
233 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.