blob: 358da1225607f65c4422bfadad801c7dffc9b60b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
>>>
POST / HTTP/1.1
Host: localhost
Content-Type: application/x-www-form-urlencoded
login=foo&password=bar
<<<
HTTP/1.1 200 OK
Content-Length: 0
>>>
GET / HTTP/1.1
Host: localhost
|