Merge: Added contributing guidelines and link from readme
[nit.git] / lib / popcorn / examples / middlewares / test_example_html_error_handler.sav / test_example_html_error_handler.res
1
2 [Client] curl -s localhost:*****/
3                 <!DOCTYPE html>
4                 <html>
5                 <head>
6                         <meta charset="utf-8">
7                         <title>An error occurred!</title>
8                 </head>
9                 <body>
10                 <h1>404 An error occurred!</h1>
11                 </body>
12                 </html>
13 [Client] curl -s localhost:*****/about
14                 <!DOCTYPE html>
15                 <html>
16                 <head>
17                         <meta charset="utf-8">
18                         <title>An error occurred!</title>
19                 </head>
20                 <body>
21                 <h1>404 An error occurred!</h1>
22                 </body>
23                 </html>