This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'safer' into blead
[perl5.git] / cpan / HTTP-Tiny / corpus / form-01.txt
CommitLineData
35265876
CBW
1url
2 http://example.com/new
3headers
4 Content-Type: text/plain
5content
6 key|value|name|John Doe|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: 60
16
17key=value&name=John+Doe&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