Concept Framework 2.0 documentation | Contents | Index |
Static library name | Version | Deprecated |
standard.net.curl | version 1.0 | no |
Library for transferring files using the URL syntax. Is a wrapper for cURL library.
libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more... libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. |
curl_easy_cleanup | End a libcurl easy session |
curl_easy_duphandle | Clone a libcurl session handle |
curl_easy_escape | URL encodes the given string |
curl_easy_getinfo | Request internal information from the curl session with this function |
curl_easy_init | This function must be the first function to call, and it returns a CURL easy handle that you must use as input to other easy-functions |
curl_easy_perform | Perform a file transfer |
curl_easy_reset | Reset all options of a libcurl session handle |
curl_easy_setopt | curl_easy_setopt() is used to tell libcurl how to behave |
curl_easy_strerror | Return string describing error code |
curl_easy_unescape | URL decodes the given string |
curl_escape | URL encodes the given string |
curl_getdate | Convert a date string to number of seconds since January 1, 1970 |
curl_getenv | Return value for environment name |
curl_global_cleanup | This function releases resources acquired by curl_global_init |
curl_global_init | Global libcurl initialization |
curl_strequal | Case insensitive string comparisons |
curl_strnequal | Case insensitive string comparisons of N characters |
curl_unescape | URL decodes the given string |
curl_version | Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version) |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:23 2011 GMT | (c)2011 RadGs Software |