1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6</keywords> 7</info> 8 9<reply> 10<data> 11HTTP/1.1 200 OK swsclose 12Server: test-server/fake 13Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 14Content-Length: 6 15Connection: close 16 17-foo- 18</data> 19</reply> 20 21# 22# Client-side 23<client> 24<server> 25http 26</server> 27<tool> 28lib%TESTNUMBER 29</tool> 30<name> 31send and recv HTTP 32</name> 33<command> 34http://%HOSTIP:%HTTPPORT 35</command> 36</client> 37 38# 39# Verify data after the test has been "shot" 40<verify> 41<protocol> 42GET /%TESTNUMBER HTTP/1.1 43Host: ninja 44 45</protocol> 46</verify> 47</testcase> 48