/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test306
61 строка
683 B
Viktor Szakats
tidy-up: miscellaneous
01 июн 2026, 23:33
01 июн 2026, 23:33
d229055
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTPS HTTP GET </keywords> </info> # Server-side <reply> <data> No headers at all, 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> --insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER --http0.9 </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="headers"> GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPSPORT User-Agent: curl/%VERSION Accept: */* </protocol> </verify> </testcase>