HTTP
HTTP POST
-d
#
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 4
ok!
#
# Client-side
http
HTTP with -d @file with file containing CR, LF and null byte
one
two
three
four five
-d @%LOGDIR/input463 http://%HOSTIP:%HTTPPORT/%TESTNUMBER
#
# Verify data after the test has been "shot"
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 19
Content-Type: application/x-www-form-urlencoded
onetwothreefourfive