We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code
local r3 = require("resty.r3_resty").new() local encode_json = require("cjson.safe").encode function foo(params) -- foo handler ngx.say("foo: ", encode_json(params)) end -- routing r3:get("/foo/{id}/{name}", foo) -- don't forget!!! r3:compile() -- dispatch local ok = r3:dispatch("/foo/a/b", "GET") print(ok)
and get error: undefined symbol: r3_tree_create
undefined symbol: r3_tree_create
The text was updated successfully, but these errors were encountered:
We have given up the maintenance of this library, welcome to try https://github.com/api7/lua-resty-radixtree.
Sorry, something went wrong.
No branches or pull requests
code
and get error:
undefined symbol: r3_tree_create
The text was updated successfully, but these errors were encountered: