APItools / router.lua

A barebones router for Lua. It matches urls and executes lua functions.
MIT License
195 stars 47 forks source link

Backtracking does not happen on fixed strings #1

Closed kikito closed 11 years ago

kikito commented 11 years ago

Possible solution: replace get_children_with_params with all_children.

kikito commented 11 years ago

this is done