-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Route Annotations for Dynamic Middleware Behavior (#41)
* feat: allow route scope access in handler * feat: improve test coverage * feat: improve test coverage * feat: introducing route tags * feat: returns params as a range iterator * feat: fix unintended allocation when returning params iterator * feat: wip on rehydrate function * feat: add the ability to rehydrate the Context with a route. * feat: small behaviour fix * docs: fix invalid example on Context.Clone * docs: fix Context.Clone and Context.CloneWith not dealing with tsrParams * docs: fix Context.Clone and Context.CloneWith not dealing with tsrParams * docs: fix Context.Clone and Context.CloneWith not dealing with tsrParams * docs: clarify context vs annotation
- Loading branch information
1 parent
58d4554
commit dcc925a
Showing
13 changed files
with
808 additions
and
156 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
Oops, something went wrong.