14 Date: Thu, 09 Nov 2010 14:49:00 GMT
27 HTTP GET two URLs over a single proxy with persistent connection
30 http://deathstar.another.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPORT
34 # Verify data after the test has been "shot"
40 GET http://deathstar.another.galaxy/183 HTTP/1.1
41 User-Agent: curl/7.12.2-CVS (i686-pc-linux-gnu) libcurl/7.12.2-CVS OpenSSL/0.9.6b zlib/1.1.4 libidn/0.4.6
42 Host: deathstar.another.galaxy
45 Proxy-Connection: Keep-Alive
47 GET http://a.galaxy.far.far.away/183 HTTP/1.1
48 User-Agent: curl/7.12.2-CVS (i686-pc-linux-gnu) libcurl/7.12.2-CVS OpenSSL/0.9.6b zlib/1.1.4 libidn/0.4.6
49 Host: a.galaxy.far.far.away
52 Proxy-Connection: Keep-Alive