HTTP
HTTP custom request
# Server-side
HTTP/1.1 200 Read you
Content-Length: 29
Deleted: suppose we got a header like this! ;-)
blabla custom request result
# Client-side
http
HTTP custom request 'DELETE'
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -X DELETE
# Verify data after the test has been "shot"
DELETE /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*