blob: cd8ba426cc8d7b002c8ecbbe9f2c87083d9625fb [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8# Server-side
9<reply>
10<data>
11HTTP/1.0 200 Mooo swsclose
12Server: test-server/fake
13Connection: close
14
15*flopp*
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22http
23</server>
24 <name>
25specify more -o than URLs
26 </name>
27 <command>
28http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -o - -o -
29</command>
30</client>
31
32# Verify data after the test has been "shot"
33<verify>
34<protocol>
35GET /want/%TESTNUMBER HTTP/1.1
36Host: %HOSTIP:%HTTPPORT
37User-Agent: curl/%VERSION
38Accept: */*
39
40</protocol>
41</verify>
42</testcase>