HTTP
HTTP GET
retry
#
# Server-side
HTTP/1.1 200 OK swsclose swsbounce
Content-Length: 5
Connection: close
bbb
HTTP/1.1 200 OK
Content-Length: 5
Connection: close
data
#
# Client-side
http
HTTP GET --retry-all-errors to overcome partial transfer
--retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
#
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
data