HTTP
HTTP POST
# Server-side
HTTP/1.1 200 OK swsclose
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 10
blablabla
# Client-side
Mime
http
HTTP multipart formpost with contents from a file
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F "name=<%LOGDIR/field%TESTNUMBER" -F tool=curl
# We create this file before the command is invoked!
contents
from
a
file
newlinens?
yes please
[tab][CR] too
# Verify data after the test has been "shot"
^(Content-Type: multipart/form-data;|------------).*
POST /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 322
Content-Type: multipart/form-data; boundary=----------------------------c2d1767eb6ac
------------------------------c2d1767eb6ac
Content-Disposition: form-data; name="name"
contents
from
a
file
newlinens?
yes please
[tab][CR] too
------------------------------c2d1767eb6ac
Content-Disposition: form-data; name="tool"
curl
------------------------------c2d1767eb6ac--