blob: ee887024116d3c2edd6cbb6c471ae17e823714a1 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13No headers at all, just data swsclose
14
15Let's get
16
17a little
18
19so that
20
21we
22
23have
24
25some
26
27test
28
29data to
30
31verify
32</data>
33</reply>
34
35#
36# Client-side
37<client>
38<features>
39SSL
40!hyper
41</features>
42<server>
43https
44</server>
45 <name>
46HTTPS GET, receive no headers only data!
47 </name>
48 <command>
49-k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER --http0.9
50</command>
51</client>
52
53#
54# Verify data after the test has been "shot"
55<verify>
56<protocol>
57GET /%TESTNUMBER HTTP/1.1
58Host: %HOSTIP:%HTTPSPORT
59User-Agent: curl/%VERSION
60Accept: */*
61
62</protocol>
63</verify>
64</testcase>