1<testcase> 2<info> 3<keywords> 4HTTP 5pipelining 6multi 7</keywords> 8</info> 9 10# Server-side 11<reply> 12<data1> 13HTTP/1.1 200 OK 14Date: Thu, 09 Nov 2010 14:49:00 GMT 15Server: test-server/fake 16Content-Length: 47 17 18file contents should appear once for each file 19</data1> 20<data2> 21HTTP/1.1 200 OK 22</data2> 23<data3> 24Date: Thu, 09 Nov 2010 14:49:00 GMT 25</data3> 26<data4> 27Server: test-server/fake 28Content-Length: 47 29 30file contents should appear once for each file 31HTTP/1.1 200 OK 32Date: Thu, 09 Nov 2010 14:49:00 GMT 33Server: test-server/fake 34Content-Length: 47 35 36file contents should appear once for each file 37HTTP/1.1 200 OK 38Date: Thu, 09 Nov 2010 14:49:00 GMT 39Server: test-server/fake 40Content-Length: 47 41 42file contents should appear once for each file 43</data4> 44</reply> 45 46# Client-side 47<client> 48<server> 49http 50</server> 51<tool> 52lib530 53</tool> 54 <name> 55HTTP GET using pipelining 56 </name> 57 <command> 58http://%HOSTIP:%HTTPPORT/path/530 59</command> 60</client> 61 62# Verify data after the test has been "shot" 63<verify> 64<protocol> 65GET /path/5300001 HTTP/1.1 66Host: %HOSTIP:%HTTPPORT 67Accept: */* 68 69GET /path/5300002 HTTP/1.1 70Host: %HOSTIP:%HTTPPORT 71Accept: */* 72 73GET /path/5300003 HTTP/1.1 74Host: %HOSTIP:%HTTPPORT 75Accept: */* 76 77GET /path/5300004 HTTP/1.1 78Host: %HOSTIP:%HTTPPORT 79Accept: */* 80 81</protocol> 82</verify> 83</testcase> 84