/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test413
62 строки
1005 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP HTTP GET Alt-Svc trailing-dot </keywords> </info> # Server-side <reply> <data> HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 6 Connection: close Content-Type: text/html Funny-head: yesyes -foo- </data> </reply> # Client-side <client> <features> alt-svc Debug </features> <server> http </server> <name> alt-svc using hostname with trailing dot on host from file </name> <setenv> # make Debug-curl accept Alt-Svc over plain HTTP CURL_ALTSVC_HTTP="yeah" </setenv> <command> --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://whohoo:12345/%TESTNUMBER" </command> <file name="%LOGDIR/altsvc-%TESTNUMBER"> h1 whohoo. 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0 </file> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: whohoo:12345 User-Agent: curl/%VERSION Accept: */* Alt-Used: %HOSTIP:%HTTPPORT </protocol> </verify> </testcase>