This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add HTTP::Tiny as a dual-life core module
[perl5.git] / cpan / HTTP-Tiny / t / cases / get-12.txt
1 url
2   http:///index.html
3 expected
4   abcdefghijklmnopqrstuvwxyz1234567890abcdef
5 ----------
6 GET /index.html HTTP/1.1
7 Host: localhost
8 Connection: close
9 User-Agent: HTTP-Tiny/VERSION
10
11 ----------
12 HTTP/1.1 200 OK
13 Date: Thu, 03 Feb 1994 00:00:00 GMT
14 Content-Type: text/plain
15 Content-Length: 44
16
17 abcdefghijklmnopqrstuvwxyz1234567890abcdef