1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test434
2020-09-14 08:32:49 +02:00

49 lines
521 B
Plaintext

<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>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /434 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol>
</verify>
</testcase>