1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6-J 7</keywords> 8</info> 9 10# 11<reply> 12<data nocheck="yes"> 13HTTP/1.1 200 OK 14Date: Tue, 09 Nov 2010 14:49:00 GMT 15Server: test-server/fake 16Content-Length: 6 17Connection: close 18Content-Type: text/html 19 2012345 21</data> 22</reply> 23 24# 25# Client-side 26<client> 27<server> 28http 29</server> 30<name> 31HTTP GET -o fname -J without Content-Disposition, -D file 32</name> 33<command option="no-output,no-include"> 34http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -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"> 5012345 51</file1> 52 53<file2 name="%LOGDIR/heads%TESTNUMBER"> 54HTTP/1.1 200 OK 55Date: Tue, 09 Nov 2010 14:49:00 GMT 56Server: test-server/fake 57Content-Length: 6 58Connection: close 59Content-Type: text/html 60 61</file2> 62 63<file3 name="%LOGDIR/stdout%TESTNUMBER"> 64</file3> 65 66<notexists> 67%LOGDIR/%TESTNUMBER 68</notexists> 69</verify> 70</testcase> 71