1 <testcase> 2 <info> 3 <keywords> 4 HTTP 5 HTTP GET 6 </keywords> 7 </info> 8 # Server-side 9 <reply> 10 <data> 11 no headers swsclose 12 </data> 13 </reply> 14 15 # Client-side 16 <client> 17 <server> 18 http 19 </server> 20 <name> 21 HTTP GET without headers in the response 22 </name> 23 <command> 24 http://%HOSTIP:%HTTPPORT/66 25 </command> 26 </client> 27 28 # 29 # Verify data after the test has been "shot" 30 <verify> 31 <strip> 32 ^User-Agent:.* 33 </strip> 34 <protocol> 35 GET /66 HTTP/1.1 36 Host: %HOSTIP:%HTTPPORT 37 Accept: */* 38 39 </protocol> 40 </verify> 41 </testcase> 42