lua-resty-radixtree
lua-resty-radixtree copied to clipboard
Q: what's the math rule ?
Does it follow longest prefix match rule ?
Eg:
route1 is /test/aa/*
route2 is /test/aa/cc/dd
So what's the match result ?
@spacewander
So what's the match result ?
- you should give the path of the test request;
- you can try it yourself and you will get the answer faster;