1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6HTTP proxy 7persistent connection 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14HTTP/1.1 200 OK 15Date: Tue, 09 Nov 2010 14:49:00 GMT 16Content-Length: 4 17 18moo 19</data> 20</reply> 21 22# Client-side 23<client> 24<server> 25http 26</server> 27<name> 28HTTP GET two URLs over a single proxy with persistent connection 29</name> 30<command> 31http://deathstar.another.galaxy/%TESTNUMBER http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT 32</command> 33<features> 34proxy 35</features> 36</client> 37 38# Verify data after the test has been "shot" 39<verify> 40<protocol> 41GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1 42Host: deathstar.another.galaxy 43User-Agent: curl/%VERSION 44Accept: */* 45Proxy-Connection: Keep-Alive 46 47GET http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1 48Host: a.galaxy.far.far.away 49User-Agent: curl/%VERSION 50Accept: */* 51Proxy-Connection: Keep-Alive 52 53</protocol> 54 55</verify> 56</testcase> 57