Lines Matching full:libcurl
6 Source: libcurl
15 curl_version_info - returns runtime libcurl version info
28 features in the running version of libcurl. *age* should be set to the
30 libcurl always returns a proper struct that your program understands, while
42 before libcurl initialization occurs.
114 new the libcurl you are using is. You are however guaranteed to get a struct
115 that you have a matching struct for in the header, as you tell libcurl your
118 *version* is just an ascii string for the libcurl version.
124 *host* is an ascii string showing what host information that this libcurl
134 names of the features that libcurl supports. The array is terminated by a NULL
138 libcurl has no SSL support, this is NULL. For example "Schannel", "Secure
144 libcurl has no libz support, this is NULL.
147 names protocols that libcurl supports (using lowercase letters). The protocol
163 libcurl was built with support for asynchronous name lookups, which allows
177 libcurl was built with debug capabilities (added in 7.10.6)
183 libcurl was built with ECH support (experimental, added in 8.8.0)
189 libcurl was built with libgsasl and thus with some extra SCRAM-SHA
196 libcurl was built with support for GSS-API. This makes libcurl use provided
197 functions for Kerberos and SPNEGO authentication. It also allows libcurl
205 libcurl was built with support for HSTS (HTTP Strict Transport Security)
212 libcurl was built with support for HTTP2.
225 libcurl was built with support for HTTPS-proxy.
232 libcurl was built with support for IDNA, domain names with international
252 libcurl was built with support for large files. (Added in 7.11.1)
264 libcurl was built with multiple SSL backends. For details, see
278 libcurl was built with support for NTLM delegation to a winbind helper.
285 libcurl was built with support for Mozilla's Public Suffix List. This makes
286 libcurl ignore cookies with a domain that is on the list.
293 libcurl was built with support for SPNEGO authentication (Simple and Protected
306 libcurl was built with support for SSPI. This is only available on Windows and
307 makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and
308 Digest authentication. It also allows libcurl to use the current user
315 libcurl was built with thread-safety support (Atomic or SRWLOCK) to protect
316 curl initialization. (Added in 7.84.0) See libcurl-thread(3)
322 libcurl was built with support for TLS-SRP (in one or more of the built-in TLS
329 libcurl was built with memory tracking debug capabilities. This is mainly of
330 interest for libcurl hackers. (added in 7.19.6)
336 libcurl was built with Unicode support on Windows. This makes non-ASCII
337 characters work in filenames and options passed to libcurl. (Added in 7.72.0)
343 libcurl was built with support for Unix domain sockets.
356 libcurl was built with support for character conversions, as provided by the
378 printf("libcurl version %u.%u.%u\n",