Searched refs:CURLPROXY_HTTPS2 (Results 1 – 10 of 10) sorted by relevance
59 ((t) == CURLPROXY_HTTPS2))
2217 if(proxytype != CURLPROXY_HTTPS2)2220 proxytype = CURLPROXY_HTTPS2;
38 ## CURLPROXY_HTTPS2 section in DESCRIPTION
52 **CURLPROXY_HTTPS2** allows libcurl to negotiate using HTTP/2 with proxy.
964 CURLPROXY_HTTPS2 8.1.0
2876 ## CURLPROXY_HTTPS2 section in libcurl symbols
1936 config->proxyver = CURLPROXY_HTTPS2; in getparameter()2666 if(config->proxyver != CURLPROXY_HTTPS2) in getparameter()
776 CURLPROXY_HTTPS2 = 3, /* HTTPS and attempt HTTP/2 added in 8.2.0 */ enumerator
1947 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
870 d CURLPROXY_HTTPS2...