2002-03-11 10:31:06 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 10
|
2002-03-11 10:31:06 -05:00
|
|
|
|
|
|
|
blablabla
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-03-11 10:31:06 -05:00
|
|
|
<name>
|
|
|
|
HTTP RFC1867-type formposting with filename= and type=
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/39 -F name=daniel -F tool=curl -F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar" -F file2=@log/test39.txt
|
2002-03-11 10:31:06 -05:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
|
|
|
<file name="log/test39.txt">
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
</file>
|
|
|
|
</test>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
2003-04-04 07:30:35 -05:00
|
|
|
^(User-Agent:|Content-Type: multipart/form-data;|-------).*
|
2002-03-11 10:31:06 -05:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /we/want/39 HTTP/1.1
|
2003-04-04 07:30:35 -05:00
|
|
|
User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2002-03-11 10:31:06 -05:00
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Length: 594
|
2002-03-11 10:31:06 -05:00
|
|
|
Expect: 100-continue
|
2003-04-04 07:30:35 -05:00
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="file"; filename="fakerfile"
|
|
|
|
Content-Type: moo/foobar
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Disposition: form-data; name="file2"; filename="test39.txt"
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32--
|
2002-03-11 10:31:06 -05:00
|
|
|
</protocol>
|
|
|
|
</verify>
|