xref: /curl/tests/data/test437 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5Alt-Svc
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 OK
14Date: Tue, 09 Nov 2010 14:49:00 GMT
15Content-Length: 6
16Connection: close
17Content-Type: text/html
18Funny-head: yesyes
19Alt-Svc: h1="[ffff::1]:8181"
20
21-foo-
22</data>
23</reply>
24
25#
26# Client-side
27<client>
28<features>
29debug
30alt-svc
31</features>
32<server>
33http
34</server>
35<name>
36Alt-Svc to numerical IPv6 address
37</name>
38<setenv>
39# make debug-curl accept Alt-Svc over plain HTTP
40CURL_ALTSVC_HTTP="yeah"
41</setenv>
42<command>
43http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "%LOGDIR/altsvc-%TESTNUMBER"
44</command>
45</client>
46
47#
48# Verify data after the test has been "shot"
49<verify>
50<protocol>
51GET /%TESTNUMBER HTTP/1.1
52Host: %HOSTIP:%HTTPPORT
53User-Agent: curl/%VERSION
54Accept: */*
55
56</protocol>
57<stripfile>
58# strip out the (dynamic) expire date from the file so that the rest
59# matches
60s/\"([^\"]*)\"/TIMESTAMP/
61</stripfile>
62<file name="%LOGDIR/altsvc-%TESTNUMBER" mode="text">
63# Your alt-svc cache. https://curl.se/docs/alt-svc.html
64# This file was generated by libcurl! Edit at your own risk.
65h1 %HOSTIP %HTTPPORT h1 [ffff::1] 8181 TIMESTAMP 0 0
66</file>
67</verify>
68</testcase>
69