POST http://example.com/index.html HTTP/1.0
Host: example.com
Connection: keep-alive
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.0
Host: example.com
Connection: keep-alive
Content-Length: 0
Accept: image/png
TE: chunked
Referer: http://example.com/index.html
User-Agent: Mozilla/Inf

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

