curl/tests/data/test1435
Viktor Szakats 18f1cd7a77
tests: sync feature names with curl -V
Some feature names used in tests had minor differences compared to
the well-known ones from `curl -V`. This patch syncs them to make test
results easier to grok.

Closes #14183
2024-07-16 00:44:55 +02:00

45 lines
590 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
UnixSockets
</keywords>
</info>
<reply>
<data>
HTTP/1.1 200 OK
Date: Sun, 16 Nov 2014 23:47:38 GMT
Content-Length: 17
Based on test300
</data>
</reply>
<client>
<features>
UnixSockets
</features>
<server>
http-unix
</server>
<name>
simple HTTP GET over Unix socket
</name>
<command>
--unix-socket %HTTPUNIXPATH http://server-interpreted.example.com/%TESTNUMBER
</command>
</client>
<verify>
<protocol>
GET /%TESTNUMBER HTTP/1.1
Host: server-interpreted.example.com
User-Agent: curl/%VERSION
Accept: */*
</protocol>
</verify>
</testcase>