curlpp

C++ wrapper library for libcURL with object-oriented interface

brewmacoslinux
Try with needOr install directly
Source

About

C++ wrapper for libcURL

Commands

curlpp

Examples

Fetch a webpage and display the response$ curlpp http://example.com
Download a file and save it locally$ curlpp -o downloaded_file.html http://example.com/file.html
Make a POST request with custom headers$ curlpp -H 'Content-Type: application/json' -d '{"key":"value"}' http://api.example.com/endpoint