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 without Expect: header
30 http://%HOSTIP:%HTTPPORT/we/want/44 -F name=daniel -F tool=curl -F file=@log/test44.txt -H "Expect:"
32 # We create this file before the command is invoked!
33 <file name="log/test44.txt">
40 # Verify data after the test has been "shot"
43 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
46 POST /we/want/44 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
51 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
53 ------------------------------7c633d5c27ce
54 Content-Disposition: form-data; name="name"
57 ------------------------------7c633d5c27ce
58 Content-Disposition: form-data; name="tool"
61 ------------------------------7c633d5c27ce
62 Content-Disposition: form-data; name="file"; filename="test44.txt"
63 Content-Type: text/plain
69 ------------------------------7c633d5c27ce--