> GET /expenses HTTP/1.1
HTTP/1.1 200 OK
Content-Type: text/html;charset=utf-8
Content-Length: 2959
Connection: keep-alive
Server: thin 1.3.1
...
> POST /expenses HTTP/1.1
> Content-Type:
> application/x-www-form-urlencoded
> Content-Length: 39
>
> description=Lunch+with+mom&amount=2.50
HTTP/1.1 302 Found
Location: /expenses
<!DOCTYPE html>
<html>
<head>
<title>My awesome page</title>
</head>
<body>
<p>Hello world!</p>
</body>
</html>
Some stuff
Some stuff
Some stuff
Some stuff
Warning!