-
Notifications
You must be signed in to change notification settings - Fork 9
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
API without invoking handlers #28
Comments
I love this new style, it looks simpler. welcome new PR |
您好,感谢你提供的库!
|
@SenLinLeo I think that should be a bug of r3. It is not easy to resolve this bug i think. |
Hey there! Thank you for this awesome library.
I'm interested in using it in nginx as a router, but for what I'm looking to do, I don't want to invoke a route handler when a route is matched. All I want is to match a request to a route, and lookup that route's metadata.
An example in pseudocode:
I think this is very similar to existing API, with one difference in handler vs. metadata.
I'd be happy to contribute a patch once other contributors are onboard 👍
cc @membphis
The text was updated successfully, but these errors were encountered: