Enumeration CurlVersion

Object with constants for use with the rawFeatures member of CurlVersionInfoNativeBindingObject | CurlVersionInfoNativeBindingObject, which is returned from Curl.getVersionInfo.

CURL_VERSION_IPV6 becomes CurlVersion.Ipv6 CURL_VERSION_GSSNEGOTIATE becomes CurlVersion.GssNegotiate ...

Enumeration Members

AltSvc: 16777216

Alt-Svc handling built-in

AsynchDns: 128

Asynchronous DNS resolver is available

Brotli: 8388608

Brotli features are present.

Conv: 4096

Character conversions supported

CurlDebug: 8192

Debug memory tracking supported

Debug: 64

libcurl was built with debug capabilities

Gsasl: 536870912

libgsasl is supported

GssApi: 131072

Built against a GSS-API library

GssNegotiate: 32

Negotiate auth is supported (deprecated)

Http2: 65536

HTTP2 support built-in

Http3: 33554432

HTTP3 support built-in

HttpsProxy: 2097152

HTTPS-proxy support built-in

Idn: 1024

Internationized Domain Names are supported

Ipv6: 1

IPv6-enabled

Kerberos4: 2

Kerberos V4 auth is supported (deprecated)

Kerberos5: 262144

Kerberos V5 auth is supported

LargeFile: 512

Supports files larger than 2GB

Libz: 8

libz features are present

MultiSsl: 4194304

Multiple SSL backends available

Ntlm: 16

NTLM auth is supported

NtlmWb: 32768

NTLM delegation to winbind helper is supported

Psl: 1048576

Mozilla's Public Suffix List, used for cookie domain verification

Spnego: 256

SPNEGO auth is supported

Ssl: 4

SSL options are present

Sspi: 2048

Built against Windows SSPI

TlsAuthSrp: 16384

TLS-SRP auth is supported

Unicode: 134217728

Unicode support on Windows

UnixSockets: 524288

Unix domain sockets support

Zstd: 67108864

zstd features are present