/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1582
55 строк
666 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> HTTPS GSS-API </keywords> </info> # Server-side <reply> <data crlf="headers"> HTTP/1.1 401 OK Date: Tue, 09 Nov 2030 14:49:00 GMT Server: test-server/fake Content-Length: 7 WWW-Authenticate: Negotiate nomnom </data> </reply> # Client-side <client> <features> SSL GSS-API OpenSSL </features> <server> http https </server> <name> Negotiate over HTTPS with channel binding </name> <tool> lib%TESTNUMBER </tool> <command> https://%HOSTIP:%HTTPSPORT/ </command> </client> <verify> <protocol crlf="headers"> GET / HTTP/1.1 Host: %HOSTIP:%HTTPSPORT Accept: */* </protocol> </verify> </testcase>