lib/popcorn: introduce middleware examples
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 16 May 2016 19:04:12 +0000 (15:04 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 19 May 2016 21:33:52 +0000 (17:33 -0400)
commit4d837b1989417f96081efd41fd5ef203b5b80b72
tree27c231051b490f42f784b29bc62026eb4e2f0282
parent52f067897566ae8652fe9581a4bbfc0fd5f08dc8
lib/popcorn: introduce middleware examples

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
12 files changed:
lib/popcorn/examples/middlewares/example_advanced_logger.nit [new file with mode: 0644]
lib/popcorn/examples/middlewares/example_html_error_handler.nit [new file with mode: 0644]
lib/popcorn/examples/middlewares/example_simple_error_handler.nit [new file with mode: 0644]
lib/popcorn/examples/middlewares/example_simple_logger.nit [new file with mode: 0644]
lib/popcorn/tests/res/test_example_advanced_logger.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_html_error_handler.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_simple_error_handler.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_simple_logger.res [new file with mode: 0644]
lib/popcorn/tests/test_example_advanced_logger.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_html_error_handler.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_simple_error_handler.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_simple_logger.nit [new file with mode: 0644]