1url
2  http://example.com/new
3headers
4  Content-Type: text/plain
5content
6  key|value|name|John Doe|undef|<undef>|noise|!@#$%^&*()
7datatype
8  ARRAY
9----------
10POST /new HTTP/1.1
11Host: example.com
12Connection: close
13User-Agent: HTTP-Tiny/VERSION
14Content-Type: application/x-www-form-urlencoded
15Content-Length: 67
16
17key=value&name=John+Doe&undef=&noise=%21%40%23%24%25%5E%26%2A%28%29
18----------
19HTTP/1.1 201 Created
20Date: Thu, 03 Feb 1994 00:00:00 GMT
21Location: http://example.com/new/01.txt
22Content-Length: 0
23
24