-
Notifications
You must be signed in to change notification settings - Fork 26
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
what self demo #2
Comments
Yes, I should add that. |
route:use "resty.route.middleware.reqargs" {} is error now or route:use "reqargs" {} |
@yingnierxiao, that's right, middleware should be rewritten. They are for old version. Haven't got time to do that, sorry. |
@bungle I know you're busy :) having docs on this would be awesome 👍 |
@p0pr0ck5 thanks, I try to get my act together and fix this. I really think there are nice things with this library and I have spend a lot of time and effort on it. I am open for contributions, as always... there are a quite good list of what could be done here: https://github.com/bungle/lua-resty-route#roadmap |
@p0pr0ck5, ok here are some: |
route "*/users" (function(self) end)
what self functions?
self:to ?
self:render?
The text was updated successfully, but these errors were encountered: