xref: /curl/tests/data/test47 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP/1.0
7</keywords>
8</info>
9#
10# Server-side
11<reply>
12<data>
13HTTP/1.0 200 OK swsclose
14Date: Tue, 09 Nov 2010 14:49:00 GMT
15Server: test-server/fake
16
17-foo- within foo -!foo-
18</data>
19</reply>
20
21#
22# Client-side
23<client>
24<server>
25http
26</server>
27<name>
28simple HTTP 1.0 GET
29</name>
30<command>
31http://%HOSTIP:%HTTPPORT/%TESTNUMBER -0
32</command>
33</client>
34
35#
36# Verify data after the test has been "shot"
37<verify>
38<protocol>
39GET /%TESTNUMBER HTTP/1.0
40Host: %HOSTIP:%HTTPPORT
41User-Agent: curl/%VERSION
42Accept: */*
43
44</protocol>
45</verify>
46
47</testcase>
48