xref: /curl/tests/data/test66 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP/0.9
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12no headers swsclose
13</data>
14</reply>
15
16# Client-side
17<client>
18<features>
19!hyper
20</features>
21<server>
22http
23</server>
24<name>
25HTTP GET without headers in the response
26</name>
27<command>
28http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36GET /%TESTNUMBER HTTP/1.1
37Host: %HOSTIP:%HTTPPORT
38User-Agent: curl/%VERSION
39Accept: */*
40
41</protocol>
42</verify>
43</testcase>
44