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