HTTP
HTTP HEAD
# Server-side
HTTP/1.1 200 OK
Server: thebest/1.0
Connection: close
# Client-side
http
HTTP HEAD with Connection: close
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -i --head
# Verify data after the test has been "shot"
HEAD /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*