• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/66 --http0.9
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32<strip>
33^User-Agent:.*
34</strip>
35<protocol>
36GET /66 HTTP/1.1
37Host: %HOSTIP:%HTTPPORT
38Accept: */*
39
40</protocol>
41</verify>
42</testcase>
43