1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<data> 13ICY 200 OK 14Content-Length: 7 15 16MooMoo 17</data> 18</reply> 19 20# 21# Client-side 22<client> 23<server> 24http 25</server> 26<name> 27CURLOPT_HTTP200ALIASES 28</name> 29<tool> 30lib%TESTNUMBER 31</tool> 32<command> 33http://%HOSTIP:%HTTPPORT/%TESTNUMBER 34</command> 35</client> 36 37# 38# Verify data after the test has been "shot" 39<verify> 40<errorcode> 410 42</errorcode> 43</verify> 44</testcase> 45