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