This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update HTTP-Tiny to CPAN version 0.051
[perl5.git] / cpan / HTTP-Tiny / corpus / get-11.txt
CommitLineData
a3ab329f
DG
1url
2 http://example.com/chunked.html
3expected
4 abcdefghijklmnopqrstuvwxyz1234567890abcdef
5----------
6GET /chunked.html HTTP/1.1
7Host: example.com
8Connection: close
9User-Agent: HTTP-Tiny/VERSION
10
11----------
12HTTP/1.1 200 OK
13Date: Thu, 03 Feb 1994 00:00:00 GMT
14Content-Type: text/plain
15Content-Length: 1024
16Transfer-Encoding: chunked
17
182C
19abcdefghijklmnopqrstuvwxyz1234567890abcdef
20
210
22