curlcpp 0.1.3

curlcpp is a C++ wrapper around cURL/libcurl. It abstracts connections and transfers in a more user-friendly and object-oriented API, through curl_easy, curl_multi and curl_share. It provides tracebacks, and a curl_writer interface for output capturing, and simplified data transfer handling via curl_reader/writer.

Tags c++ curl http ftp file-transfer library
License MITL
State stable

Recent Releases

0.1.331 Oct 2014 15:05 minor bugfix: Update to new cURL version. Bug fix and new features. Removed throw() from curl_exception's constructor and added noexcept due to deprecation.