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: Thu, 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/1368 -J -o log/outfile1368 -D log/heads1368 35</command> 36<postcheck> 37perl %SRCDIR/libtest/notexists.pl log/1368 38</postcheck> 39</client> 40 41# 42# Verify data after the test has been "shot" 43<verify> 44<protocol> 45GET /1368 HTTP/1.1 46Host: %HOSTIP:%HTTPPORT 47User-Agent: curl/%VERSION 48Accept: */* 49 50</protocol> 51 52<file1 name="log/outfile1368"> 5312345 54</file1> 55 56<file2 name="log/heads1368"> 57HTTP/1.1 200 OK 58Date: Thu, 09 Nov 2010 14:49:00 GMT 59Server: test-server/fake 60Content-Length: 6 61Connection: close 62Content-Type: text/html 63 64</file2> 65 66<file3 name="log/stdout1368"> 67</file3> 68 69</verify> 70</testcase> 71