curl/tests/data/test2400
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

65 lines
768 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP/2
HTTPS
</keywords>
</info>
#
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
-foo-
</data>
</reply>
#
# Client-side
<client>
<features>
Debug
h2c
SSL
</features>
<server>
http
http/2
</server>
<name>
HTTP/2 GET
</name>
<setenv>
</setenv>
<command>
-k --http2 "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER"
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<stdout crlf="yes">
HTTP/2 200
date: Tue, 09 Nov 2010 14:49:00 GMT
content-length: 6
content-type: text/html
funny-head: yesyes
server: nghttpx
via: 1.1 nghttpx
-foo-
</stdout>
</verify>
</testcase>