HTTP
HTTP POST
# Server-side
HTTP/1.1 100 Continue swsclose
Silly-header: yeeeees
# Client-side
http
HTTP multipart formpost with only a 100 reply
http://%HOSTIP:%HTTPPORT/158 -F name=daniel
# Verify data after the test has been "shot"
^User-Agent:.*
^Content-Type: multipart/form-data.*
^---------------------------.*
POST /158 HTTP/1.1
User-Agent: curl/7.11.2-CVS (i686-pc-linux-gnu) libcurl/7.11.2-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 145
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc
------------------------------4f12fcdaa3bc
Content-Disposition: form-data; name="name"
daniel
------------------------------4f12fcdaa3bc--
52