HTTP
HTTP GET
globbing
{} list
# Server-side
HTTP/1.1 200 swsbounce
Funny-head: yesyes
Content-Length: 4
moo
HTTP/1.1 200 swsbounce
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 named [] globs in URL
"%HOSTIP:%HTTPPORT/hello[%LTtest%GT7-9]" -o "%LOGDIR/dump-#%LTtest%GT"
# Verify data after the test has been "shot"
GET /hello7 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
GET /hello8 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
GET /hello9 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
HTTP/1.1 200 swsbounce
Funny-head: yesyes
Content-Length: 4
moo
HTTP/1.1 200 swsbounce
Funny-head: yesyes
Content-Length: 4
foo
HTTP/1.1 200 OK
Funny-head: yesyes
Content-Length: 4
hoo