update for 4.1.0
[mdref/mdref-http] / http / Client / Curl / Versions.md
index 44c50dc1b4214318cd273648edb4eced7ff74b6a..e1ec4671efb77caf2868c36383b21a1108298ec9 100644 (file)
@@ -2,9 +2,6 @@
 
 CURL version constants.
 
-> ***NOTE:***  
-> These constants have been added in v2.6.0, resp. v3.1.0.
-
 ## Constants:
 
 * CURL  
@@ -17,3 +14,19 @@ CURL version constants.
   Version string of the c-ares library, e.g. "1.11.0".
 * IDN  
   Version string of the IDN library, e.g. "1.32".
+* ICONV  
+  Version string of the iconv library. Added in v4.1.0.
+* BROTLI  
+  Version string of the brotli library. Added in v4.1.0. Available if libcurl is v7.57.0 or more recent.
+* NGHTTP2  
+  Version string of nghttp2. Added in v4.1.0. Available if libcurl is v7.66.0 or more recent.
+* QUIC  
+  Version string of quiche/nghttp3. Added in v4.1.0. Available if libcurl is v7.66.0 or more recent.
+* CAINFO  
+  Default path to the certificate bundle file. Added in v4.1.0. Available if libcurl is v7.70.0 or more recent.
+* CAPATH  
+  Default path to the certificate bundle directory. Added in v4.1.0. Available if libcurl is v7.70.0 or more recent.
+* ZSTD  
+  Version string of the zstd library. Added in v4.1.0. Available if libcurl is v7.72.0 or more recent.
+* HYPER  
+  Version string of the hyper library. Added in v4.1.0. Available if libcurl is v7.75.0 or more recent.