This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update HTTP-Tiny to CPAN version 0.034
[perl5.git] / cpan / HTTP-Tiny / t / cases / auth-02.txt
1 url
2   http://Aladdin:open sesame@example.com/index.html
3 expected
4   abcdefghijklmnopqrstuvwxyz1234567890abcdef
5 ----------
6 GET /index.html HTTP/1.1
7 Host: example.com
8 Connection: close
9 User-Agent: HTTP-Tiny/VERSION
10 Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
11
12 ----------
13 HTTP/1.1 200 OK
14 Date: Thu, 03 Feb 1994 00:00:00 GMT
15 Content-Type: text/plain
16 Content-Length: 42
17
18 abcdefghijklmnopqrstuvwxyz1234567890abcdef