mirror of
https://github.com/curl/curl.git
synced 2026-08-14 05:40:58 +03:00
parent
e38fe7abbf
commit
a4b2f7aafd
12 changed files with 36 additions and 3 deletions
|
|
@ -153,6 +153,9 @@ libcurl was built with support for Unix domain sockets.
|
|||
libcurl was built with support for Mozilla's Public Suffix List. This makes
|
||||
libcurl ignore cookies with a domain that's on the list.
|
||||
(Added in 7.47.0)
|
||||
.IP CURL_VERSION_HTTPS_PROXY
|
||||
libcurl was built with support for HTTPS-proxy.
|
||||
(Added in 7.52.0)
|
||||
.RE
|
||||
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
|
||||
has no SSL support, this is NULL.
|
||||
|
|
|
|||
|
|
@ -810,6 +810,7 @@ CURL_VERSION_DEBUG 7.10.6
|
|||
CURL_VERSION_GSSAPI 7.38.0
|
||||
CURL_VERSION_GSSNEGOTIATE 7.10.6 7.38.0
|
||||
CURL_VERSION_HTTP2 7.33.0
|
||||
CURL_VERSION_HTTPS_PROXY 7.52.0
|
||||
CURL_VERSION_IDN 7.12.0
|
||||
CURL_VERSION_IPV6 7.10
|
||||
CURL_VERSION_KERBEROS4 7.10 7.33.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue