1url 2 http://foo:bar@example.com/index.html 3headers 4 authorization: Whatever 5expected 6 abcdefghijklmnopqrstuvwxyz1234567890abcdef 7---------- 8GET /index.html HTTP/1.1 9Host: example.com 10Connection: close 11User-Agent: HTTP-Tiny/VERSION 12Authorization: Whatever 13 14---------- 15HTTP/1.1 200 OK 16Date: Thu, 03 Feb 1994 00:00:00 GMT 17Content-Type: text/plain 18Content-Length: 42 19 20abcdefghijklmnopqrstuvwxyz1234567890abcdef 21