globbing
#
# Server-side
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
bytes
# Client-side
http
simple [a-d] globbing
http://%HOSTIP:%HTTPPORT/[a-d]/1280
# Verify data after the test has been "shot"
^User-Agent:.*
GET /a/1280 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /b/1280 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /c/1280 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /d/1280 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*