xref: /curl/tests/data/test326 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8#
9# Server-side
10<reply>
11<data>
12HTTP/1.1 200 OK
13Date: Mon, 29 Nov 2004 21:56:53 GMT
14Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
15Content-Type: text/html; charset=ISO-8859-1
16Transfer-Encoding: chunked
17
1818
19line 1
20 line 2
21  line 3
22
230
24
25</data>
26
27<datacheck>
2818
29line 1
30 line 2
31  line 3
32
330
34
35</datacheck>
36
37</reply>
38
39#
40# Client-side
41<client>
42<features>
43!hyper
44</features>
45<server>
46http
47</server>
48<name>
49HTTP GET chunked data in raw mode
50</name>
51 <command option="no-include">
52http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
53 </command>
54</client>
55
56#
57# Verify data after the test has been "shot"
58<verify>
59<protocol>
60GET /%TESTNUMBER HTTP/1.1
61Host: %HOSTIP:%HTTPPORT
62User-Agent: curl/%VERSION
63Accept: */*
64
65</protocol>
66</verify>
67</testcase>
68