Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git] / curl / tests / data / test306
blob95d4cef35616fbf51131b78d9b2ae0379897f027
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\r
60 Host: %HOSTIP:%HTTPSPORT\r
61 Accept: */*\r
63 </protocol>
64 </verify>
65 </testcase>