curlcpp

Object-oriented C++ wrapper library for CURL (libcurl)

brewmacoslinux
Try with needOr install directly
Source

About

Object oriented C++ wrapper for CURL (libcurl)

Commands

curlcpp

Examples

Include curlcpp in a C++ project to make HTTP GET requests$ g++ -o myapp myapp.cpp -lcurlcpp -lcurl
Link curlcpp library when compiling C++ applications with CMake$ cmake .. && make
Use curlcpp headers in C++ source code for REST API calls$ #include <curlcpp/curl_easy.h>