1url
2  http://example.com/index.html
3expected
4  <a href="http://example.com/index2.html">redirect</a>
5expected_url
6  http://example.com/index.html
7----------
8GET /index.html HTTP/1.1
9Host: example.com
10Connection: close
11User-Agent: HTTP-Tiny/VERSION
12
13----------
14HTTP/1.1 305 Use Proxy
15Date: Thu, 03 Feb 1994 00:00:00 GMT
16Content-Type: text/html
17Content-Length: 53
18Location: http://example.com/index2.html
19
20<a href="http://example.com/index2.html">redirect</a>
21
22