Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 43) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dalt-svc.md4 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 Dtest190817 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 Dtest35831 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 Dtest35931 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 Dtest16545 alt-svc
16 alt-svc
24 alt-svc
42 # Your alt-svc cache. https://curl.se/docs/alt-svc.html
H A Dtest43730 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 Dtest43831 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 Dtest35633 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 Dtest41230 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 Dtest41330 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 Dtest35528 alt-svc
37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc ""
H A Dtest191322 # require debug so that alt-svc can work over plain old HTTP
H A Dtest191423 # require debug so that alt-svc can work over plain old HTTP
H A Dtest191524 # require debug so that alt-svc can work over plain old HTTP
H A Dtest300034 HTTPS GET to localhost, first subject alt name matches, CN does not match
H A Dtest300134 HTTPS GET to localhost, last subject alt name matches, CN does not match
/curl/docs/examples/
H A Dsmtp-mime.c82 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 Dcurl_mime_subparts.md62 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);
H A Dcurl_easy_reset.md37 the alt-svc cache.
/curl/.github/scripts/
H A Dbadwords.pl20 $alt{$bad} = $better;
54 printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
H A Dspellcheck.yaml24 - alt
/curl/tests/unit/
H A Dunit3205.c696 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 DCURLOPT_ALTSVC.md19 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 DCURLOPT_ALTSVC_CTRL.md18 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 Dtool_operhlp.c250 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name() local
252 *filename = alt; in get_url_file_name()

Completed in 17 milliseconds

12