blob: eaff47ce745ffccc3c2fad95637caee4aa5c7532 [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>
13ICY 200 OK
14Content-Length: 7
15
16MooMoo
17</data>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24http
25</server>
26<features>
27!hyper
28</features>
29<name>
30CURLOPT_HTTP200ALIASES
31</name>
32<tool>
33lib%TESTNUMBER
34</tool>
35<command>
36http://%HOSTIP:%HTTPPORT/%TESTNUMBER
37</command>
38</client>
39
40#
41# Verify data after the test has been "shot"
42<verify>
43<errorcode>
440
45</errorcode>
46</verify>
47</testcase>