mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:23:30 +03:00
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
This commit is contained in:
parent
8803d2bfd9
commit
712e5f1e7f
9 changed files with 38 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue