POST http://example.com/index.html HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded; charset=utf8
Content-Length: 15
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Referer: http://example.com/awesome.html
User-Agent: Mozilla/Inf

a=1&b=2&c=3

GET http://example.com/image.png HTTP/1.1
Host: example.com
Content-Length: 0
Accept: image/png
TE: chunked
Referer: http://example.com/index.html
User-Agent: Mozilla/Inf

POST http://example.com/form.html HTTP/1.1
Host: example.com
Content-Type: application/json
Transfer-Encoding: chunked
User-Agent: Mozilla/Inf
Referer: http://example.com/index.html
Trailer: Magic

2
{}
13
{"a":1,"b":2,"c",3}
0
Magic: on

GET http://example.com/main.css HTTP/1.1
Host: example.com
Content-Length: 0
Accept: text/css
User-Agent: Mozilla/Inf
Referer: http://example.com/index.html

