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