xref: /curl/tests/data/test66 (revision fc3e1cbc)
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<server>
19http
20</server>
21<name>
22HTTP GET without headers in the response
23</name>
24<command>
25http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33GET /%TESTNUMBER HTTP/1.1
34Host: %HOSTIP:%HTTPPORT
35User-Agent: curl/%VERSION
36Accept: */*
37
38</protocol>
39</verify>
40</testcase>
41