This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
548a599eb7f84e2d848480d42d3f154eb064b95d
[perl5.git] / cpan / HTTP-Tiny / t / cases / proxy-auth-01.txt
1 url
2   http://example.com/index.html
3 expected
4   abcdefghijklmnopqrstuvwxyz1234567890abcdef
5 new_args
6   proxy: http://foo:bar@proxy.example.com/
7
8 ----------
9 GET http://example.com/index.html HTTP/1.1
10 Host: example.com
11 Connection: close
12 User-Agent: HTTP-Tiny/VERSION
13 Proxy-Authorization: Basic Zm9vOmJhcg==
14
15 ----------
16 HTTP/1.1 200 OK
17 Date: Thu, 03 Feb 1994 00:00:00 GMT
18 Content-Type: text/plain
19 Content-Length: 42
20
21 abcdefghijklmnopqrstuvwxyz1234567890abcdef