X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FClient%2FCurl%2FVersions.md;fp=http%2FClient%2FCurl%2FVersions.md;h=794fe2e91036d41c914b338ce6f9a7fe8fe6757f;hb=bea65a44c88e5b048152cec8eb25d217e4442a57;hp=0000000000000000000000000000000000000000;hpb=405fa8855b8a36c7b8db52373881ec35e3a62413;p=mdref%2Fmdref-http diff --git a/http/Client/Curl/Versions.md b/http/Client/Curl/Versions.md new file mode 100644 index 0000000..794fe2e --- /dev/null +++ b/http/Client/Curl/Versions.md @@ -0,0 +1,19 @@ +# namespace http\Client\Curl\Versions + +CURL version constants. + +> ***NOTE:*** +> These constants have been added in v2.6.0, resp. v3.1.0. + +## Constants: + +* CURL + Version string of libcurl, e.g. "7.50.0". +* SSL + Version string of the SSL/TLS library, e.g. "OpenSSL/1.0.2h". +* LIBZ + Version string of the zlib compression library, e.g. "1.2.8". +* ARES + Version string of the c-ares library, e.g. "1.11.0". +* IDN + Version string of the IDN library, e.g. "1.32".