1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data> 12HTTP/1.1 200 OK 13Server: Someone 14Content-Length: 7 15 16123456 17</data> 18<datacheck> 19HTTP/1.1 200 OK 20Server: Someone 21Content-Length: 7 22 23123456 24</datacheck> 25</reply> 26# Client-side 27<client> 28<server> 29http 30</server> 31<tool> 32lib%TESTNUMBER 33</tool> 34<name> 35get curlinfo on last header in callback 36</name> 37<command> 38http://%HOSTIP:%HTTPPORT/%TESTNUMBER 39</command> 40</client> 41 42# Verify data after the test has been "shot" 43<verify> 44<protocol> 45GET /%TESTNUMBER HTTP/1.1 46Host: %HOSTIP:%HTTPPORT 47Accept: */* 48 49</protocol> 50</verify> 51</testcase> 52