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