_N28

Members

Variables

age
CURLversion age;

age of the returned struct

ares
const(char)* ares;

The fields below this were added in CURLVERSION_SECOND

features
int features;

bitmask, see defines below

host
const(char)* host;

OS/host/cpu/machine when configured

iconv_ver_num
int iconv_ver_num;

Same as '_libiconv_version' if built with HAVE_ICONV

libidn
const(char)* libidn;

This field was added in CURLVERSION_THIRD

libssh_version
const(char)* libssh_version;

human readable string

libz_version
const(char)* libz_version;

human readable string

protocols
const(char)** protocols;

protocols is terminated by an entry with a NULL protoname

ssl_version
const(char)* ssl_version;

human readable string

ssl_version_num
c_long ssl_version_num;

not used anymore, always 0

version_
const(char)* version_;

LIBCURL_VERSION

version_num
uint version_num;

LIBCURL_VERSION_NUM

Meta