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: Tue, 09 Nov 2010 14:49:00 GMT 14Server: test-server/fake 15Content-Length: 6 16Connection: close 17Content-Type: text/html 18Content-Disposition: filename=name%TESTNUMBER; 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 file 32</name> 33<command option="no-output,no-include"> 34http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER 35</command> 36</client> 37 38# 39# Verify data after the test has been "shot" 40<verify> 41<protocol> 42GET /%TESTNUMBER HTTP/1.1 43Host: %HOSTIP:%HTTPPORT 44User-Agent: curl/%VERSION 45Accept: */* 46 47</protocol> 48 49<file1 name="%LOGDIR/outfile%TESTNUMBER"> 50HTTP/1.1 200 OK 51Date: Tue, 09 Nov 2010 14:49:00 GMT 52Server: test-server/fake 53Content-Length: 6 54Connection: close 55Content-Type: text/html 56Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange 57 5812345 59</file1> 60 61<file2 name="%LOGDIR/heads%TESTNUMBER"> 62HTTP/1.1 200 OK 63Date: Tue, 09 Nov 2010 14:49:00 GMT 64Server: test-server/fake 65Content-Length: 6 66Connection: close 67Content-Type: text/html 68Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange 69 70</file2> 71 72<file3 name="%LOGDIR/stdout%TESTNUMBER"> 73</file3> 74 75<notexists> 76%LOGDIR/%TESTNUMBER 77%LOGDIR/name%TESTNUMBER 78</notexists> 79</verify> 80</testcase> 81