HTTP HTTP GET globbing {} list # Server-side HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 15 the number one HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 16 two is nice too # Client-side http multiple requests using {}{} in the URL "%HOSTIP:%HTTPPORT/{%TESTNUMBER,%TESTNUMBER}{0001,0002}" # Verify data after the test has been "shot" GET /%TESTNUMBER0001 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 /%TESTNUMBER0001 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET /%TESTNUMBER0002 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 15 the number one HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 16 two is nice too HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 15 the number one HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 16 two is nice too