]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test47
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / tests / data / test47
1 #
2 # Server-side
3 <reply name="47">
4 <data>
5 HTTP/1.0 200 OK swsclose
6 Date: Thu, 09 Nov 2010 14:49:00 GMT
7 Server: test-server/fake
8
9 <foo> within foo </foo>
10 </data>
11 </reply>
12
13 #
14 # Client-side
15 <client>
16 <server>
17 http
18 </server>
19  <name>
20 simple HTTP 1.0 GET
21  </name>
22  <command>
23 http://%HOSTIP:%HOSTPORT/47 -0
24 </command>
25 </test>
26
27 #
28 # Verify data after the test has been "shot"
29 <verify>
30 <strip>
31 ^User-Agent:.*
32 </strip>
33 <protocol>
34 GET /47 HTTP/1.0
35 Host: 127.0.0.1:8999
36 Pragma: no-cache
37 Accept: */*
38
39 </protocol>
40 </verify>
41