HTTP
HTTP POST
# Server-side
HTTP/1.1 100 Continue swsclose
Silly-header: yeeeees
# Client-side
Mime
http
HTTP multipart formpost with only a 100 reply
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -F name=daniel
# Verify data after the test has been "shot"
^Content-Type: multipart/form-data.*
^-----------------------.*
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 157
Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc
------------------------------4f12fcdaa3bc
Content-Disposition: form-data; name="name"
daniel
------------------------------4f12fcdaa3bc--
52