blob: 4fb9e598e574f7521a7782dde2c25eb3b22dbd99 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 OK swsclose
14
15</data>
16</reply>
17
18#
19# Client-side
20<client>
21<server>
22http
23</server>
24 <name>
25HTTP GET with no response body or headers
26 </name>
27 <command>
28http://%HOSTIP:%HTTPPORT/%TESTNUMBER
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>