Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CURL.Features

Queries features in the CURL library.

Component Version macOS Windows Linux Server iOS SDK
CURL 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.Features" )

Parameters

none

Result

Returns JSON or error.

Description

Queries features in the CURL library.
Returns JSON with features enabled for the CURL version in use.

Examples

Show features:

Show Custom Dialog [ "Features" ; MBS( "CURL.Features" ) ]

Show features on Windows:

MBS( "CURL.Features" )

Example result:
{ "IPv6": true, "Kerberos4": false, "SSL": true, "Libz": true, "NTLM": true, "GSSNegotiate": false, "Debug": false, "AsynchDNS": true, "SPNEGO": true, "LargeFile": true, "IDN": true, "SSPI": true, "Conv": false, "CURLDebug": false, "TLSAuthSRP": false, "HTTP2": false, "GSSAPI": false, "Kerberos5": true, "UnixSockets": true, "PSL": false, "HTTPSProxy": false, "MultiSSL": true, "Brotli": false, "AltSvc": true, "HTTP3": false, "zstd": false, "Unicode": false }

Release notes

Blog Entries

This function is free to use.

Created 12nd February 2020, last changed 5th February 2025


CURL.ErrorMessage - CURL.FileInfos