summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-04-06 14:33:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-04-08 00:27:53 +0200
commit712e5f1e7f5f0d9f94a5de0bd0b8dc4f46e7816c (patch)
treea5f3e3b94fffb9df34e3185f0aa71c3af6a8180a /docs
parent8803d2bfd9a28137d5bf6caaa91a0abe365a90f1 (diff)
downloadcurl-712e5f1e7f5f0d9f94a5de0bd0b8dc4f46e7816c.tar.gz
CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2
Setting this proxy type allows curl to negotiate and use HTTP/2 with HTTPS proxies. Closes #10900
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXYTYPE.34
-rw-r--r--docs/libcurl/symbols-in-versions1
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 b/docs/libcurl/opts/CURLOPT_PROXYTYPE.3
index 773723886..226f7803b 100644
--- a/docs/libcurl/opts/CURLOPT_PROXYTYPE.3
+++ b/docs/libcurl/opts/CURLOPT_PROXYTYPE.3
@@ -38,7 +38,9 @@ Pass one of the values below to set the type of the proxy.
.IP CURLPROXY_HTTP
HTTP Proxy. Default.
.IP CURLPROXY_HTTPS
-HTTPS Proxy. (Added in 7.52.0 for OpenSSL, GnuTLS and NSS)
+HTTPS Proxy using HTTP/1. (Added in 7.52.0 for OpenSSL, GnuTLS and NSS)
+.IP CURLPROXY_HTTPS2
+HTTPS Proxy and attempt to speak HTTP/2 over it. (Added in 8.1.0)
.IP CURLPROXY_HTTP_1_0
HTTP 1.0 Proxy. This is similar to CURLPROXY_HTTP except it uses HTTP/1.0 for
any CONNECT tunneling. It does not change the HTTP version of the actual HTTP
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions
index a466c39d6..0398e93cd 100644
--- a/docs/libcurl/symbols-in-versions
+++ b/docs/libcurl/symbols-in-versions
@@ -954,6 +954,7 @@ CURLPROTO_TFTP 7.19.4
CURLPROXY_HTTP 7.10
CURLPROXY_HTTP_1_0 7.19.4
CURLPROXY_HTTPS 7.52.0
+CURLPROXY_HTTPS2 8.1.0
CURLPROXY_SOCKS4 7.10
CURLPROXY_SOCKS4A 7.18.0
CURLPROXY_SOCKS5 7.10