C++ wrapper library for libcURL with object-oriented interface
C++ wrapper for libcURL
curlpp$ curlpp http://example.com$ curlpp -o downloaded_file.html http://example.com/file.html$ curlpp -H 'Content-Type: application/json' -d '{"key":"value"}' http://api.example.com/endpoint