xref: /curl/tests/data/test1534 (revision 48cbd8f7)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6CURLINFO_FILETIME
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data nocheck="yes">
14HTTP/1.0 200 OK swsclose
15Last-Modified: Thu, 01 Jan 1970 00:00:30 GMT
16Content-Length: 0
17
18</data>
19</reply>
20
21# Client-side
22<client>
23<server>
24http
25</server>
26# tool is what to use instead of 'curl'
27<tool>
28lib%TESTNUMBER
29</tool>
30<name>
31CURLINFO_FILETIME init and reset
32</name>
33<command>
34http://%HOSTIP:%HTTPPORT/%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
44Accept: */*
45
46</protocol>
47<errorcode>
480
49</errorcode>
50</verify>
51</testcase>
52