HTTP
HTTP GET
HTTP proxy
#
# Server-side
HTTP/1.1 200 OK
Unknown-header: blrub
Content-Length: 6
-foo-
connection-monitor
#
# Client-side
proxy
alt-svc
Debug
# make debug-curl accept Alt-Svc over plain HTTP
CURL_ALTSVC_HTTP="yeah"
http
alt-svc fail via proxy
--proxy http://%HOSTIP:%HTTPPORT --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" http://test.remote.haxx.se.%TESTNUMBER:8990
h1 test.remote.haxx.se.%TESTNUMBER 8990 h1 %HOSTIP %NOLISTENPORT "20290222 22:19:28" 0 0
proxy
#
# Verify data after the test has been "shot"
HTTP/1.1 200 OK
Unknown-header: blrub
Content-Length: 6
-foo-
CONNECT %HOSTIP:%NOLISTENPORT HTTP/1.1
Host: %HOSTIP:%NOLISTENPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
[DISCONNECT]
GET http://test.remote.haxx.se.%TESTNUMBER:8990/ HTTP/1.1
Host: test.remote.haxx.se.%TESTNUMBER:8990
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
[DISCONNECT]