blob: a018d8fd41de881bf29ab5a9edf105eba8e116a1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8# Server-side
9<reply>
10<data>
11no headers swsclose
12</data>
13</reply>
14
15# Client-side
16<client>
17<server>
18http
19</server>
20 <name>
21HTTP GET without headers in the response
22 </name>
23 <command>
24http://%HOSTIP:%HTTPPORT/66
25</command>
26</client>
27
28#
29# Verify data after the test has been "shot"
30<verify>
31<strip>
32^User-Agent:.*
33</strip>
34<protocol>
35GET /66 HTTP/1.1
36Host: %HOSTIP:%HTTPPORT
37Accept: */*
38
39</protocol>
40</verify>
41</testcase>