12 HTTP/1.0 200 OK swsclose
13 Date: Thu, 09 Nov 2010 14:49:00 GMT
14 Server: test-server/fake
27 HTTP RFC1867-type formposting
30 http://%HOSTIP:%HTTPPORT/we/want/9 -F name=daniel -F tool=curl -F file=@log/test9.txt
32 # We create this file before the command is invoked!
33 <file name="log/test9.txt">
40 # Verify data after the test has been "shot"
43 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
46 POST /we/want/9 HTTP/1.1
47 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
48 Host: %HOSTIP:%HTTPPORT
52 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
54 ------------------------------9ef8d6205763
55 Content-Disposition: form-data; name="name"
58 ------------------------------9ef8d6205763
59 Content-Disposition: form-data; name="tool"
62 ------------------------------9ef8d6205763
63 Content-Disposition: form-data; name="file"; filename="test9.txt"
64 Content-Type: text/plain
70 ------------------------------9ef8d6205763--