nit: Added link to `CONTRIBUTING.md` from the README
[nit.git] / lib / popcorn / tests / res / test_example_hello.res
1
2 [Client] curl -s localhost:*****
3 <h1>Hello World!</h1>
4 [Client] curl -s localhost:*****/
5 <h1>Hello World!</h1>
6 [Client] curl -s localhost:*****///////////
7 <h1>Hello World!</h1>
8 [Client] curl -s localhost:*****/not_found
9                 <!DOCTYPE html>
10                 <html>
11                 <head>
12                         <meta charset="utf-8">
13                         <title>Not Found</title>
14                 </head>
15                 <body>
16                 <h1>404 Not Found</h1>
17                 </body>
18                 </html>
19 [Client] curl -s localhost:*****/not_found/not_found
20                 <!DOCTYPE html>
21                 <html>
22                 <head>
23                         <meta charset="utf-8">
24                         <title>Not Found</title>
25                 </head>
26                 <body>
27                 <h1>404 Not Found</h1>
28                 </body>
29                 </html>