]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test66
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test66
1 # Server-side
2 <reply>
3 <data>
4 no headers swsclose
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 http
12 </server>
13  <name>
14 HTTP GET without headers in the response
15  </name>
16  <command>
17 http://%HOSTIP:%HOSTPORT/66
18 </command>
19 </client>
20
21 #
22 # Verify data after the test has been "shot"
23 <verify>
24 <strip>
25 ^User-Agent:.*
26 </strip>
27 <protocol>
28 GET /66 HTTP/1.1
29 Host: 127.0.0.1:8999
30 Pragma: no-cache
31 Accept: */*
32
33 </protocol>
34 </verify>