aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test434
blob: a2bcc0cbdfac09f00bdd8a73e3d0bc082cd5fe15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<testcase>

<info>
<keywords>
--config
</keywords>
</info>

#
<reply>
<data>
HTTP/1.1 200 OK
Content-Length: 6
Content-Type: text/1

-foo-
</data>
</reply>

#
<client>
<file name="log/config434" nonewline="yes">
url = %HOSTIP:%HTTPPORT/434
</file>
<server>
http
</server>
<name>
-K with a single line without newline
</name>
<command>
-K log/config434
</command>
</client>

#
<verify>
<protocol>
GET /434 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*

</protocol>
</verify>
</testcase>