HTTP
HTTP GET
retry
#
# Server-side
HTTP/1.1 503 BAD
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 21
Retry-After: 200
server not available
#
# Client-side
http
HTTP --retry-max-time with too long Retry-After
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 2 --retry-max-time 10
#
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*