lib/popcorn: introduce handler examples
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 16 May 2016 19:03:15 +0000 (15:03 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 19 May 2016 21:33:52 +0000 (17:33 -0400)
commit79b6d2fbf3211568e8e323b3cd2abb7198edec07
tree5ce9660f5b62f83b0e218b3e5686ec7e959114ce
parent908505ba67f1801e9d58ef27508a013aeb56e353
lib/popcorn: introduce handler examples

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/popcorn/examples/handlers/example_post_handler.nit [new file with mode: 0644]
lib/popcorn/examples/handlers/example_query_string.nit [new file with mode: 0644]
lib/popcorn/tests/res/test_example_post.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_query_string.res [new file with mode: 0644]
lib/popcorn/tests/test_example_post.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_query_string.nit [new file with mode: 0644]