View source code Display the source code in etc/c/curl.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

etc.c.curl.curl_version - multiple declarations

Function curl_version

Prototype

extern(C) char* curl_version();

Name

curl_version()

Description

Returns a static ascii string of the libcurl version.

Enum CurlVersion

The enum base type is int .

Enum members

Name Description
asynchdns asynchronous dns resolves
conv character conversions supported
curldebug debug memory tracking supported
dbg built with debug capabilities
gssnegotiate Negotiate auth support
idn International Domain Names support
ipv6 IPv6-enabled
kerberos4 kerberos auth is supported
largefile supports files bigger than 2GB
libz libz features are present
ntlm NTLM auth is supported
spnego SPNEGO auth
ssl SSL options are present
sspi SSPI is supported
tlsauth_srp TLS-SRP auth is supported

Authors

License

Comments