Add project files.
This commit is contained in:
65
3rd-party/curl-7.52.1/tests/data/test306
vendored
Normal file
65
3rd-party/curl-7.52.1/tests/data/test306
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTPS
|
||||
HTTP GET
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
No headers at all, just data swsclose
|
||||
|
||||
Let's get
|
||||
|
||||
a little
|
||||
|
||||
so that
|
||||
|
||||
we
|
||||
|
||||
have
|
||||
|
||||
some
|
||||
|
||||
test
|
||||
|
||||
data to
|
||||
|
||||
verify
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
SSL
|
||||
</features>
|
||||
<server>
|
||||
https
|
||||
</server>
|
||||
<name>
|
||||
HTTPS GET, receive no headers only data!
|
||||
</name>
|
||||
<command>
|
||||
-k https://%HOSTIP:%HTTPSPORT/306
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
^User-Agent:.*
|
||||
</strip>
|
||||
<protocol>
|
||||
GET /306 HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
Reference in New Issue
Block a user