This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'safer' into blead
[perl5.git] / cpan / HTTP-Tiny / corpus / auth-05.txt
1 url
2   http://foo:bar@example.com/index.html
3 headers
4   authorization: Whatever
5 expected
6   abcdefghijklmnopqrstuvwxyz1234567890abcdef
7 ----------
8 GET /index.html HTTP/1.1
9 Host: example.com
10 Connection: close
11 User-Agent: HTTP-Tiny/VERSION
12 Authorization: Whatever
13
14 ----------
15 HTTP/1.1 200 OK
16 Date: Thu, 03 Feb 1994 00:00:00 GMT
17 Content-Type: text/plain
18 Content-Length: 42
19
20 abcdefghijklmnopqrstuvwxyz1234567890abcdef