HTTP HTTP GET globbing {} list # Server-side HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 moo HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 foo HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 hoo # Client-side http multiple requests using {} in URL "%HOSTIP:%HTTPPORT/{%TESTNUMBER,%TESTNUMBER0002,%TESTNUMBER0003}" # Verify data after the test has been "shot" GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /%TESTNUMBER0002 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /%TESTNUMBER0003 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* --_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 moo --_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0002 HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 foo --_curl_--%HOSTIP:%HTTPPORT/%TESTNUMBER0003 HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 4 hoo