This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Move file handling to non-exceptional order
[perl5.git] / cpan / HTTP-Tiny / corpus / form-02.txt
1 url
2   http://example.com/new
3 content
4   key|value|name|John Doe|noise|!@#$%^&*()
5 datatype
6   HASH
7 ----------
8 POST /new HTTP/1.1
9 Host: example.com
10 Connection: close
11 User-Agent: HTTP-Tiny/VERSION
12 Content-Type: application/x-www-form-urlencoded
13 Content-Length: 60
14
15 key=value&name=John+Doe&noise=%21%40%23%24%25%5E%26%2A%28%29
16 ----------
17 HTTP/1.1 201 Created
18 Date: Thu, 03 Feb 1994 00:00:00 GMT
19 Location: http://example.com/new/01.txt
20 Content-Length: 0
21