HTTP
HTTP GET
# Server-side
HTTP/1.1 200 OK swsclose
Content-Length: 9223372036854775807
Content-Type: text/html
-foo-
# Client-side
http
HTTP POST a few bytes with 2^63-1 bytes response
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -# -d "sending data"
# Verify data after the test has been "shot"
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 12
Content-Type: application/x-www-form-urlencoded
sending data
18