Git init
[external/curl.git] / tests / data / test15
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 --write-out
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data nocheck="yes">
12 HTTP/1.4 200 OK\r
13 Fake: yes\r
14 Fake: yes\r
15 Fake: yes\r
16 Content-Length: 26\r
17 \r
18 Repeated nonsense-headers
19 </data>
20 </reply>
21
22 # Client-side
23 <client>
24 <server>
25 http
26 </server>
27  <name>
28 --write-out test
29  </name>
30  <command>
31 http://%HOSTIP:%HTTPPORT/want/15 --write-out "%{url_effective} %{http_code} %{size_download}\n"
32 </command>
33 </client>
34
35 # Verify data after the test has been "shot"
36 <verify>
37 <stdout>
38 HTTP/1.4 200 OK\r
39 Fake: yes\r
40 Fake: yes\r
41 Fake: yes\r
42 Content-Length: 26\r
43 \r
44 Repeated nonsense-headers
45 http://%HOSTIP:%HTTPPORT/want/15 200 26
46 </stdout>
47 <strip>
48 ^User-Agent:.*
49 </strip>
50 <protocol>
51 GET /want/15 HTTP/1.1\r
52 Host: %HOSTIP:%HTTPPORT\r
53 Accept: */*\r
54 \r
55 </protocol>
56 </verify>
57 </testcase>