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/13 -X DELETE
# Verify data after the test has been "shot"
^User-Agent:.*
DELETE /want/13 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*