tizen 2.3.1 release
[external/curl.git] / tests / data / test1315
1 <testcase>
2 # Based on tests 186 and 1053
3 <info>
4 <keywords>
5 HTTP
6 HTTP FORMPOST
7 HTTP file upload
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 HTTP/1.1 200 OK
15 Date: Thu, 29 Jul 2008 14:49:00 GMT
16 Server: test-server/fake
17 Content-Length: 0
18 Connection: close
19
20 </data>
21 </reply>
22
23 # Client-side
24 <client>
25 <server>
26 http
27 </server>
28  <name>
29 HTTP RFC1867-type formposting - -F with three files, one with explicit type
30  </name>
31  <command>
32 http://%HOSTIP:%HTTPPORT/we/want/1315 -F name=value -F 'file=@log/test1315.txt,log/test1315.txt;type=magic/content,log/test1315.txt'
33 </command>
34 # We create this file before the command is invoked!
35 <file name="log/test1315.txt">
36 dummy data
37 </file>
38 </client>
39
40 # Verify data after the test has been "shot"
41 <verify>
42 <strip>
43 (^User-Agent:.*|-----+\w+)
44 </strip>
45 <protocol>
46 POST /we/want/1315 HTTP/1.1\r
47 User-Agent: curl/7.18.2 (i686-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.7a ipv6 zlib/1.1.4\r
48 Host: %HOSTIP:%HTTPPORT\r
49 Accept: */*\r
50 Content-Length: 795\r
51 Expect: 100-continue\r
52 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763\r
53 \r
54 ------------------------------9ef8d6205763\r
55 Content-Disposition: form-data; name="name"\r
56 \r
57 value\r
58 ------------------------------9ef8d6205763\r
59 Content-Disposition: form-data; name="file"\r
60 Content-Type: multipart/mixed; boundary=----------------------------aaaaaaaaaaaa\r
61 \r
62 Content-Disposition: attachment; filename="test1315.txt"\r
63 Content-Type: text/plain\r
64 \r
65 dummy data
66 \r
67 ------------------------------9ef8d6205763\r
68 Content-Disposition: attachment; filename="test1315.txt"\r
69 Content-Type: magic/content\r
70 \r
71 dummy data
72 \r
73 ------------------------------9ef8d6205763\r
74 Content-Disposition: attachment; filename="test1315.txt"\r
75 Content-Type: text/plain\r
76 \r
77 dummy data
78 \r
79 ------------------------------aaaaaaaaaaaa--\r
80 ------------------------------9ef8d6205763--\r
81 </protocol>
82 </verify>
83 </testcase>