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 / get-21.txt
CommitLineData
a3ab329f
DG
1url
2 http://example.com/index.html
3expected
4 abcdefghijklmnopqrstuvwxyz1234567890abcdef
5expected_rc
6 200
7----------
8GET /index.html HTTP/1.1
9Host: example.com
10Connection: close
11User-Agent: HTTP-Tiny/VERSION
12
13----------
14HTTP/1.1 100 Continue
15
16HTTP/1.1 110 Arbitrary 1XX status code
17
18HTTP/1.1 200 OK
19Date: Thu, 03 Feb 1994 00:00:00 GMT
20Content-Type: text/plain
21Content-Length: 44
22
23abcdefghijklmnopqrstuvwxyz1234567890abcdef