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