View source code
Display the source code in etc/c/curl.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
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.

etc.c.curl.CurlVersion/curl_version - multiple declarations

Function curl_version

extern(C) char* curl_version();

Name

curl_version()

Description

Returns a static ascii string of the libcurl version.

Enum CurlVersion

enum CurlVersion : int { ... }

Enum members

NameDescription
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