lib/popcorn: introduce routing examples
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 16 May 2016 19:00:31 +0000 (15:00 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 19 May 2016 21:33:52 +0000 (17:33 -0400)
commit11b096bb935b80ef4b8217511df5a6ec33609b64
treea7ec1221143b4dc84dade551e9e70fcc27612a74
parentf4ec9514f6895ba5538c61adc7d2fde0e2fd7a65
lib/popcorn: introduce routing examples

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/popcorn/examples/routing/example_glob_route.nit [new file with mode: 0644]
lib/popcorn/examples/routing/example_param_route.nit [new file with mode: 0644]
lib/popcorn/examples/routing/example_router.nit [new file with mode: 0644]
lib/popcorn/tests/res/test_example_glob_route.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_param_route.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_router.res [new file with mode: 0644]
lib/popcorn/tests/test_example_glob_route.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_param_route.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_router.nit [new file with mode: 0644]