Registry / http-client / curlcpp

curlcpp

JSON →
library3.1vcpkgunverified

An object oriented C++ wrapper for CURL (libcurl)

vcpkg install curlcpp
INSTALL
IMPORT
SIG · CURLCPP
C
curlcpp
http-clientcppv3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

curl_easy.hpp
#include <curl_easy.hpp>

Perform an HTTP GET request

#include "curl_easy.hpp" int main() { curl::curl_easy easy; easy.add<CURLOPT_URL>("http://example.com"); easy.perform(); return 0; }
Debug
Known issues
gotchaRequires libcurl to be installed separately
fix
Ensure libcurl is installed and linked
affects: *
Upgrade
Version history
3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources

No resource links recorded.

curlcpp — pip install curlcpp · libregistry