1<testcase> 2<info> 3<keywords> 4globbing 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11<data> 12HTTP/1.1 200 OK 13Date: Thu, 09 Nov 2010 14:49:00 GMT 14Content-Length: 6 15Connection: close 16 17bytes 18</data> 19</reply> 20 21# Client-side 22<client> 23<server> 24http 25</server> 26 <name> 27simple [a-d] globbing 28 </name> 29 <command> 30http://%HOSTIP:%HTTPPORT/[a-d]/1280 31</command> 32</client> 33 34# Verify data after the test has been "shot" 35<verify> 36<strip> 37^User-Agent:.* 38</strip> 39<protocol> 40GET /a/1280 HTTP/1.1 41Host: %HOSTIP:%HTTPPORT 42Accept: */* 43 44GET /b/1280 HTTP/1.1 45Host: %HOSTIP:%HTTPPORT 46Accept: */* 47 48GET /c/1280 HTTP/1.1 49Host: %HOSTIP:%HTTPPORT 50Accept: */* 51 52GET /d/1280 HTTP/1.1 53Host: %HOSTIP:%HTTPPORT 54Accept: */* 55 56</protocol> 57</verify> 58</testcase> 59