lib/nitcorn: introduces vararg_routes module
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 02:33:24 +0000 (21:33 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 22:41:37 +0000 (17:41 -0500)
commit2d736313fa4a05f074f7f16a6fa46b6e471761ad
treebc6f6fd224eeeba4d254655622226a7930482896
parentcd125ed8b18152f00093ed2bb27a89f4d4cf243f
lib/nitcorn: introduces vararg_routes module

This will allow the creation of parameterized routes like `/users/:id`.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/nitcorn/vararg_routes.nit [new file with mode: 0644]