]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test300
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test300
1 #
2 # Server-side
3 <reply>
4 <data>
5 HTTP/1.1 200 OK
6 Date: Thu, 09 Nov 2010 14:49:00 GMT
7 Server: test-server/fake
8 Content-Length: 7
9
10 MooMoo
11 </data>
12 </reply>
13
14 #
15 # Client-side
16 <client>
17 <server>
18 https
19 </server>
20  <name>
21 simple HTTPS GET
22  </name>
23  <command>
24 -k https://%HOSTIP:%HTTPSPORT/300
25 </command>
26 </test>
27
28 #
29 # Verify data after the test has been "shot"
30 <verify>
31 <strip>
32 ^User-Agent:.*
33 </strip>
34 <protocol>
35 GET /300 HTTP/1.1
36 Host: 127.0.0.1:8433
37 Pragma: no-cache
38 Accept: */*
39
40 </protocol>
41 </verify>