HTTP
HTTP GET
--interface
#
# Server-side
HTTP/1.1 200 OK
Date: Mon, 28 Jul 2008 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/plain
-foo-
#
# Client-side
http
HTTP GET with numeric localhost --interface
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --interface %CLIENTIP
#
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*