Merge: Added contributing guidelines and link from readme
[nit.git] / lib / popcorn / examples / sessions / test_example_session.sav / test_example_session.res
1
2 [Client] curl -s localhost:*****/
3                 <p>Is logged: false</p>
4                 <form action="/" method="POST">
5                         <input type="submit" value="Login" />
6                 </form>
7 [Client] curl -s localhost:*****/ -X POST
8
9 [Client] curl -s localhost:*****/not_found
10                 <!DOCTYPE html>
11                 <html>
12                 <head>
13                         <meta charset="utf-8">
14                         <title>Not Found</title>
15                 </head>
16                 <body>
17                 <h1>404 Not Found</h1>
18                 </body>
19                 </html>
20 [Client] curl -s localhost:*****/user/not_found
21                 <!DOCTYPE html>
22                 <html>
23                 <head>
24                         <meta charset="utf-8">
25                         <title>Not Found</title>
26                 </head>
27                 <body>
28                 <h1>404 Not Found</h1>
29                 </body>
30                 </html>
31 [Client] curl -s localhost:*****/products/not_found
32                 <!DOCTYPE html>
33                 <html>
34                 <head>
35                         <meta charset="utf-8">
36                         <title>Not Found</title>
37                 </head>
38                 <body>
39                 <h1>404 Not Found</h1>
40                 </body>
41                 </html>