Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test306
blob0295778c264c3c7123ca076f884d9decf1bbf239
1 <testcase>
2 <info>
3 <keywords>
4 HTTPS
5 HTTP GET
6 </keywords>
7 </info>
10 # Server-side
11 <reply>
12 <data>
13 No headers at all, just data swsclose
15 Let's get
17 a little
19 so that
23 have
25 some
27 test
29 data to
31 verify
32 </data>
33 </reply>
36 # Client-side
37 <client>
38 <features>
39 SSL
40 </features>
41 <server>
42 https
43 </server>
44  <name>
45 HTTPS GET, receive no headers only data!
46  </name>
47  <command>
48 -k https://%HOSTIP:%HTTPSPORT/306
49 </command>
50 </client>
53 # Verify data after the test has been "shot"
54 <verify>
55 <strip>
56 ^User-Agent:.*
57 </strip>
58 <protocol>
59 GET /306 HTTP/1.1
60 Host: %HOSTIP:%HTTPSPORT
61 Accept: */*
63 </protocol>
64 </verify>
65 </testcase>