Lines Matching refs:libcurl
6 Source: libcurl
16 curl_version_info - returns runtime libcurl version info
29 features in the running version of libcurl. *age* should be set to the
31 libcurl always returns a proper struct that your program understands, while
43 before libcurl initialization occurs.
115 new the libcurl you are using is. You are however guaranteed to get a struct
116 that you have a matching struct for in the header, as you tell libcurl your
119 *version* is just an ASCII string for the libcurl version.
125 *host* is an ASCII string showing what host information that this libcurl
135 names of the features that libcurl supports. The array is terminated by a NULL
139 libcurl has no SSL support, this is NULL. For example "Schannel", "Secure
145 libcurl has no libz support, this is NULL.
148 names protocols that libcurl supports (using lowercase letters). The protocol
164 libcurl was built with support for asynchronous name lookups, which allows
178 libcurl was built with debug capabilities (added in 7.10.6)
184 libcurl was built with ECH support (experimental, added in 8.8.0)
190 libcurl was built with libgsasl and thus with some extra SCRAM-SHA
197 libcurl was built with support for GSS-API. This makes libcurl use provided
198 functions for Kerberos and SPNEGO authentication. It also allows libcurl
206 libcurl was built with support for HSTS (HTTP Strict Transport Security)
213 libcurl was built with support for HTTP2.
226 libcurl was built with support for HTTPS-proxy.
233 libcurl was built with support for IDNA, domain names with international
253 libcurl was built with support for large files. (Added in 7.11.1)
265 libcurl was built with multiple SSL backends. For details, see
279 libcurl was built with support for NTLM delegation to a winbind helper.
286 libcurl was built with support for Mozilla's Public Suffix List. This makes
287 libcurl ignore cookies with a domain that is on the list.
294 libcurl was built with support for SPNEGO authentication (Simple and Protected
307 libcurl was built with support for SSPI. This is only available on Windows and
308 makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and
309 Digest authentication. It also allows libcurl to use the current user
316 libcurl was built with thread-safety support (Atomic or SRWLOCK) to protect
317 curl initialization. (Added in 7.84.0) See libcurl-thread(3)
323 libcurl was built with support for TLS-SRP (in one or more of the built-in TLS
330 libcurl was built with memory tracking debug capabilities. This is mainly of
331 interest for libcurl hackers. (added in 7.19.6)
337 libcurl was built with Unicode support on Windows. This makes non-ASCII
338 characters work in filenames and options passed to libcurl. (Added in 7.72.0)
344 libcurl was built with support for Unix domain sockets.
357 libcurl was built with support for character conversions, as provided by the
381 printf("libcurl version %u.%u.%u\n",