Merge: Added contributing guidelines and link from readme
[nit.git] / lib / popcorn / examples / middlewares / test_example_advanced_logger.sav / test_example_advanced_logger.res
1
2 [Client] curl -s localhost:*****/
3 GET / \e[32m200\e[m (0.0s)
4 Hello World!
5 [Client] curl -s localhost:*****/about
6 GET /about \e[33m404\e[m (0.0s)
7                 <!DOCTYPE html>
8                 <html>
9                 <head>
10                         <meta charset="utf-8">
11                         <title>Not Found</title>
12                 </head>
13                 <body>
14                 <h1>404 Not Found</h1>
15                 </body>
16                 </html>