cURLpp is a C++ wrapper for libcurl (curl back-end library), a client-side URL transfer library that supports FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE, and LDAP. libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, and kerberos.
| Tags | Software Development Libraries Internet Web FTP Communications |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Changes: This release is exception safe. It adds a Functor feature, a GetInfo feature, the CURLOPT_COOKIELIST patch, and new examples (10, 11, and 12). There are some patches for MS VC++ compiling. An SList bug has been fixed. An example 11 binary file "bug" has been fixed. The Easy::print function and the cURL namespace have been removed.


Changes: RPM fixes. The documentation related to the exception safe feature has been updated. cURLpp::Options::PostFieldSize is now a long, and cURLpp::Options::PostFieldSizeLarge is now a cURL::curl_off_t. This release can build with MinGW. The libcURL test has been improved. The BUILDING_CURLPP Define (DLL building) has been added.


Changes: cURLpp::Options::HttpGet and cURLpp::Options::CookieSession now use bool values.


Changes: The code was completely refactored.


No changes have been submitted for this release.