1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9#
10<reply>
11<data nocheck="yes">
12HTTP/1.1 200 OK
13Date: Thu, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake
15Content-Length: 6
16Connection: close
17Content-Type: text/html
18Content-Disposition: filename=name1375; charset=funny; option=strange
19
2012345
21</data>
22</reply>
23
24#
25# Client-side
26<client>
27<server>
28http
29</server>
30<name>
31HTTP GET -o fname -i and Content-Disposition, -D stdout
32</name>
33<command option="no-output,no-include">
34http://%HOSTIP:%HTTPPORT/1375 -i -o log/outfile1375 -D -
35</command>
36<postcheck>
37perl %SRCDIR/libtest/notexists.pl log/1375 log/name1375
38</postcheck>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44<strip>
45^User-Agent:.*
46</strip>
47<protocol>
48GET /1375 HTTP/1.1
49Host: %HOSTIP:%HTTPPORT
50Accept: */*
51
52</protocol>
53
54<file1 name="log/outfile1375">
55HTTP/1.1 200 OK
56Date: Thu, 09 Nov 2010 14:49:00 GMT
57Server: test-server/fake
58Content-Length: 6
59Connection: close
60Content-Type: text/html
61Content-Disposition: filename=name1375; charset=funny; option=strange
62
6312345
64</file1>
65
66<file2 name="log/stdout1375">
67HTTP/1.1 200 OK
68Date: Thu, 09 Nov 2010 14:49:00 GMT
69Server: test-server/fake
70Content-Length: 6
71Connection: close
72Content-Type: text/html
73Content-Disposition: filename=name1375; charset=funny; option=strange
74
75</file2>
76
77</verify>
78</testcase>
79