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-03.txt
CommitLineData
35265876
CBW
1url
2 http://example.com/new
3content
4 bar|baz|ack|foo
5datatype
4403b774 6 HASH
35265876
CBW
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: 15
14
15ack=foo&bar=baz
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