-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Subroutes #125
Comments
Not by default. However, a framework like Gin (built upon httprouter) does indeed allow this |
oh ok and speed difference? I use http router for one project, but for another I want the speed to be there. |
Nevermind just benchmarked lol... a lot faster than gorilla for rest. |
For Gin? Gin is just another layer on top of httprouter. Yeah, it is a lot faster. |
Also take a look at #89 |
Thanks for that @julienschmidt, and btw love this so far. |
* Move charts to keda/charts Signed-off-by: Lucas Santos <[email protected]> * Update install docs Signed-off-by: Lucas Santos <[email protected]> * Change repository name to match charts Signed-off-by: Lucas Santos <[email protected]> * Fix spacing Signed-off-by: Lucas Santos <[email protected]> * Re add xkcd as example Signed-off-by: Lucas Santos <[email protected]> * Add files from julienschmidt#150 Co-authored-by: Aaron Schlesinger <[email protected]> Signed-off-by: Lucas Santos <[email protected]> * Update instructions following new chart location Signed-off-by: Lucas Santos <[email protected]> * Fix broken link Signed-off-by: Lucas Santos <[email protected]> Co-authored-by: Aaron Schlesinger <[email protected]> Co-authored-by: Aaron Schlesinger <[email protected]>
Does httprouter allow for subroutes?
The text was updated successfully, but these errors were encountered: