curlcpp is an object oriented C++ wrapper for libcurl. It allows you to handle connections and transfers in an easy way.
You will find installation instructions in the README.md file. The project it is also hosted on github.
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
35 Reviews
- Powerful Unified Communication Features
- Fast, Easy, Free Setup & Install
- Trusted by 47,000+ Companies in 100 Countries
Post Views:
191
Website |
https://curlcpp.sourceforge.io |
Tags |
Libraries |
License |
MIT License
|
Features |
- Official libcurl wrapper: http://curl.haxx.se/libcurl/cplusplus/
- Easy way to perform requests using libcurl C++ wrapped interfaces: curl_easy, curl_multi and curl_share
- Traceback to check the order of methods calls if an exception is thrown.
- Implemented a curl_writer used to change the stream and the default writer callback function to put libcurl functions output elsewhere than stdout.
- Easy way to send/receive data thanks to a curl_sender and a curl_receiver
- Custom exceptions for every libcurl interface: curl_easy_exception, curl_multi_exception, curl_share_exception.
- Class to handle streams of data
- Put request content in a file or variable
|