Registry / http-client / restc-cpp

restc-cpp

JSON →
library1.0.0vcpkgunverified

Modern C++ REST Client library

vcpkg install restc-cpp
INSTALL
IMPORT
SIG · RESTC-CPP
R
restc-cpp
http-clientcppv1.0.0
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.

restc-cpp/restc-cpp.h
#include <restc-cpp/restc-cpp.h>

Performs a GET request to example.com

#include "restc-cpp/restc-cpp.h" #include <iostream> int main() { auto client = restc_cpp::RestClient::Create(); auto reply = client->Get("http://example.com"); std::cout << "Status: " << reply->GetStatusCode() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

restc-cpp — pip install restc-cpp · libregistry