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 / post-01.txt
1 url
2   http://example.com/index.html
3 headers
4   Content-Type: text/plain
5   Content-Length: 42
6 content
7   abcdefghijklmnopqrstuvwxyz1234567890abcdef
8 ----------
9 POST /index.html HTTP/1.1
10 Host: example.com
11 Connection: close
12 User-Agent: HTTP-Tiny/VERSION
13 Content-Type: text/plain
14 Content-Length: 42
15
16 abcdefghijklmnopqrstuvwxyz1234567890abcdef
17
18 ----------
19 HTTP/1.1 200 OK
20 Date: Thu, 03 Feb 1994 00:00:00 GMT
21 Content-Type: text/plain
22 Content-Length: 42
23
24 abcdefghijklmnopqrstuvwxyz1234567890abcdef