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