Searched refs:alt (Results 1 – 25 of 41) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | alt-svc.md | 4 Long: alt-svc 7 Help: Enable alt-svc with this cache file 15 - --alt-svc svc.txt $URL 18 # `--alt-svc` 20 Enable the alt-svc parser. If the filename points to an existing alt-svc cache
|
/curl/tests/data/ |
H A D | test1908 | 17 alt-svc: h2="3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example:443"; ma=315360000; persist=1 26 alt-svc: h2="second.example:443"; ma=315360000; 37 # require debug so that alt-svc can work over plain old HTTP 39 alt-svc 43 alt-svc cache save after resetting the handle 76 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test358 | 31 alt-svc 40 HTTPS GET translated by alt-svc lookup to HTTP/2 GET 47 --http2 --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://%HOSTIP:%HTTPPORT/%TESTNUMBER" "http://%HOST… 68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 89 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test359 | 31 alt-svc 40 HTTPS GET translated by alt-svc lookup to HTTP/2 GET 47 --http2 --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://%HOSTIP:%HTTPSPORT/%TESTNUMBER" "http://%HOS… 68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0 89 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test1654 | 5 alt-svc 16 alt-svc 24 alt-svc 42 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test437 | 30 alt-svc 44 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" 64 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test438 | 31 alt-svc 40 HTTPS IPv4 GET translated by alt-svc to IPv6 address 47 --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://%HOSTIP:%HTTPPORT/%TESTNUMBER" "http://%HOSTIP:%HTTP… 85 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test356 | 33 alt-svc 46 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" 66 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
H A D | test413 | 30 alt-svc 37 alt-svc using host name with trailing dot on host from file 44 --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://whohoo:12345/%TESTNUMBER"
|
H A D | test412 | 30 alt-svc 37 alt-svc using host name with trailing dot in URL 44 --alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://whohoo.:12345/%TESTNUMBER"
|
H A D | test355 | 28 alt-svc 37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc ""
|
H A D | test1913 | 22 # require debug so that alt-svc can work over plain old HTTP
|
H A D | test1914 | 23 # require debug so that alt-svc can work over plain old HTTP
|
H A D | test3000 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match
|
H A D | test3001 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match
|
H A D | test3023 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
|
H A D | test3024 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
|
/curl/docs/examples/ |
H A D | smtp-mime.c | 82 curl_mime *alt; in main() local 118 alt = curl_mime_init(curl); in main() 121 part = curl_mime_addpart(alt); in main() 126 part = curl_mime_addpart(alt); in main() 131 curl_mime_subparts(part, alt); in main()
|
/curl/docs/libcurl/ |
H A D | curl_mime_subparts.md | 62 curl_mime *alt = curl_mime_init(curl); 66 part = curl_mime_addpart(alt); 71 part = curl_mime_addpart(alt); 75 part = curl_mime_addpart(alt); 76 curl_mime_subparts(part, alt);
|
/curl/.github/scripts/ |
H A D | badwords.pl | 20 $alt{$bad} = $better; 54 printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
|
H A D | spellcheck.yaml | 24 - alt
|
/curl/tests/unit/ |
H A D | unit3205.c | 696 char alt[64] = ""; variable 743 expect = (char *) memcpy(strcpy(alt, expect), "DHE-", 4); 745 expect = (char *) memcpy(strcpy(alt, expect) + 4, "DHE-", 4) - 4;
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_ALTSVC.md | 19 CURLOPT_ALTSVC - alt-svc cache filename 46 NULL. The alt-svc cache is not read nor written to file. 66 A text based file with one line per alt-svc entry and each line consists of
|
H A D | CURLOPT_ALTSVC_CTRL.md | 18 CURLOPT_ALTSVC_CTRL - control alt-svc behavior 52 Setting any bit enables the alt-svc engine. 56 Do not write the alt-svc cache back to the file specified with
|
/curl/src/ |
H A D | tool_operhlp.c | 249 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name() local 251 *filename = alt; in get_url_file_name()
|
Completed in 21 milliseconds
12