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