blob: ef5fbb1818336e7ea7cb4e28683208de1f7d0a56 [file] [log] [blame]
<testcase>
<info>
<keywords>
HTTP
HTTP POST
HTTP/2
HTTPS
</keywords>
</info>
#
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 201 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Connection: close
Content-Length: 0
Funny-head: yesyes
</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" -d "moo"
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<stdout>
HTTP/2 201
date: Tue, 09 Nov 2010 14:49:00 GMT
content-length: 0
funny-head: yesyes
server: nghttpx
via: 1.1 nghttpx
</stdout>
<protocol nonewline="yes">
POST /2401 HTTP/1.1
Host: %HOSTIP:%HTTP2TLSPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 3
Content-Type: application/x-www-form-urlencoded
X-Forwarded-Proto: https
Via: 2 nghttpx
moo
</protocol>
</verify>
</testcase>