1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP POST 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<data> 13HTTP/1.1 200 OK swsclose 14Date: Tue, 09 Nov 2010 14:49:00 GMT 15Server: test-server/fake 16Content-Length: 3 17 18OK 19</data> 20</reply> 21 22# Client-side 23<client> 24<features> 25Mime 26</features> 27<server> 28http 29</server> 30# tool is what to use instead of 'curl' 31<tool> 32lib%TESTNUMBER 33</tool> 34 35 <name> 36make an HTTPPOST set to NULL 37 </name> 38 <command> 39http://%HOSTIP:%HTTPPORT/%TESTNUMBER 40</command> 41</client> 42 43# 44# Verify data after the test has been "shot" 45<verify> 46<protocol> 47POST /%TESTNUMBER HTTP/1.1 48Host: %HOSTIP:%HTTPPORT 49Accept: */* 50Content-Length: 0 51 52</protocol> 53</verify> 54</testcase> 55