I do the opposite I don't support path params. Means your router can just be a simple map/dict.
Query strings avoid all the hierarchy/taxonomy problems you run into with path params.
I do the opposite I don't support path params. Means your router can just be a simple map/dict.
Query strings avoid all the hierarchy/taxonomy problems you run into with path params.