Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test181
blob99d371c9a607e7682531abf7df2f5b457d0e25e6
1 <testcase>
2 <reply>
3 <data>
4 HTTP/1.0 200 OK swsclose
5 Date: Thu, 09 Nov 2010 14:49:00 GMT
6 Server: test-server/fake
8 blablabla
10 </data>
11 </reply>
13 # Client-side
14 <client>
15 <server>
16 http
17 </server>
18  <name>
19 HTTP 1.0 POST
20  </name>
21  <command>
22 http://%HOSTIP:%HTTPPORT/we/want/181 --data-binary @log/test181.txt --http1.0
23 </command>
24 <file name="log/test181.txt">
25 Weird
26      file
27          to
28    upload
29 for
30    testing
31 the
32    POST
33       feature
34 </file>
35 </client>
37 # Verify data after the test has been "shot"
38 <verify>
39 <strip>
40 ^User-Agent:.*
41 </strip>
42 <protocol>
43 POST /we/want/181 HTTP/1.0
44 Host: %HOSTIP:%HTTPPORT
45 Accept: */*
46 Content-Length: 79
47 Content-Type: application/x-www-form-urlencoded
49 Weird
50      file
51          to
52    upload
53 for
54    testing
55 the
56    POST
57       feature
58 </protocol>
59 </verify>
60 </testcase>