1url
2  http://example.com/index.html
3headers
4  Content-Type: text/plain
5  Content-Length: 42
6content
7  abcdefghijklmnopqrstuvwxyz1234567890abcdef
8----------
9POST /index.html HTTP/1.1
10Host: example.com
11Connection: close
12User-Agent: HTTP-Tiny/VERSION
13Content-Type: text/plain
14Content-Length: 42
15
16abcdefghijklmnopqrstuvwxyz1234567890abcdef
17
18----------
19HTTP/1.1 200 OK
20Date: Thu, 03 Feb 1994 00:00:00 GMT
21Content-Type: text/plain
22Content-Length: 42
23
24abcdefghijklmnopqrstuvwxyz1234567890abcdef
25