X-Git-Url: http://nitlanguage.org diff --git a/lib/popcorn/examples/static_files/test_example_static_default.sav/test_example_static_default.res b/lib/popcorn/examples/static_files/test_example_static_default.sav/test_example_static_default.res new file mode 100644 index 0000000..59392f6 --- /dev/null +++ b/lib/popcorn/examples/static_files/test_example_static_default.sav/test_example_static_default.res @@ -0,0 +1,88 @@ + +[Client] curl -s localhost:*****/css/style.css +body { + color: blue; + padding: 20px; +} + +[Client] curl -s localhost:*****/js/app.js +alert("Hello World!"); + +[Client] curl -s localhost:*****/hello.html + + + + + + Some Popcorn love + + + + +

Hello Popcorn!

+ + maybe it's a kitten? + + + + + +[Client] curl -s localhost:*****/ + + + + + + Some Popcorn love + + + + +

Default Page

+ + + +[Client] curl -s localhost:*****/css/not_found.nit + + + + + + Some Popcorn love + + + + +

Default Page

+ + + +[Client] curl -s localhost:*****/static/css/not_found.nit + + + + + + Some Popcorn love + + + + +

Default Page

+ + + +[Client] curl -s localhost:*****/not_found.nit + + + + + + Some Popcorn love + + + + +

Default Page

+ +