This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove redundant EBCDIC lines from Deparse.t
[perl5.git] / cpan / HTTP-Tiny / t / cases / put-04.txt
1 url
2   http://example.com/new.txt
3 content
4   abcdefghijklmnopqrstuvwxyz1234567890abcdef
5 ----------
6 PUT /new.txt HTTP/1.1
7 Host: example.com
8 Connection: close
9 User-Agent: HTTP-Tiny/VERSION
10 Content-Type: application/octet-stream
11 Content-Length: 42
12
13 abcdefghijklmnopqrstuvwxyz1234567890abcdef
14 ----------
15 HTTP/1.1 201 Created
16 Date: Thu, 03 Feb 1994 00:00:00 GMT
17 Location: http://example.com/new.txt
18 Content-Length: 0
19