cares human readable version string Will be null if libcurl was not built with cares
cares version number Will be null if libcurl was not built with cares
brotli human readable version string Will be null if libcurl was not built with brotli
brotli version number Will be 0 if libcurl was not built with brotli
List of features supported. Example:
[
'AsynchDNS', 'IDN',
'IPv6', 'Largefile',
'SSPI', 'Kerberos',
'SPNEGO', 'NTLM',
'SSL', 'libz',
'HTTP2', 'HTTPS-proxy'
]
iconv version number Will be 0 if libcurl was not built with iconv
libidn human readable version string Will be null if libcurl was not built with libidn
libssh human readable version string Will be null if libcurl was not built with libssh
libz human readable version string
List of protocols supported. Example:
[
'dict', 'file', 'ftp',
'ftps', 'gopher', 'http',
'https', 'imap', 'imaps',
'ldap', 'ldaps', 'pop3',
'pop3s', 'rtsp', 'scp',
'sftp', 'smb', 'smbs',
'smtp', 'smtps', 'telnet',
'tftp'
]
Raw feature flags
SSL library human readable version string
This is not used - Will always be 0
Libcurl version. Example:
7.69.1-DEV
Integer representation of libcurl version, created like this:
<8 bits major number> | <8 bits minor number> | <8 bits patch number>.
Version 7.69.1
is therefore returned as 0x074501
.
Generated using TypeDoc
This is the data returned on
Curl.getVersionInfo
.It's basically the output of
curl_version_info()