{"id":62119,"library":"restc-cpp","title":"restc-cpp","description":"Modern C++ REST Client library","status":"active","version":"1.0.0","language":"cpp","source_language":null,"source_url":null,"tags":["rest","http","client","c++11"],"install":[{"cmd":"vcpkg install restc-cpp","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(restc_cpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE restc-cpp::restc-cpp)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"restc-cpp/restc-cpp.h","correct":"#include <restc-cpp/restc-cpp.h>"}],"quickstart":{"code":"#include \"restc-cpp/restc-cpp.h\"\n#include <iostream>\n\nint main() {\n    auto client = restc_cpp::RestClient::Create();\n    auto reply = client->Get(\"http://example.com\");\n    std::cout << \"Status: \" << reply->GetStatusCode() << std::endl;\n    return 0;\n}","lang":"cpp","description":"Performs a GET request to example.com"},"warnings":[],"env_vars":null,"search_vec":"'+11':13 'c':5,12 'client':7,11 'cpp':3 'http':10 'librari':8 'modern':4 'rest':6,9 'restc':2 'restc-cpp':1","created_at":"2026-06-17T05:17:14.829430+00:00","updated_at":"2026-06-17T05:17:14.829430+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}