Registry / networking / cpp-netlib

cpp-netlib

JSON →
library0.13.0vcpkgunverified

A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library

vcpkg install cpp-netlib
INSTALL
IMPORT
SIG · CPP-NETLIB
C
cpp-netlib
networkingcppv0.13.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.

boost/network.hpp
#include <boost/network.hpp>

Make an HTTP GET request

#include <boost/network.hpp> #include <iostream> int main() { using namespace boost::network; http::client client; http::client::request request("http://example.com"); http::client::response response = client.get(request); std::cout << body(response) << std::endl; return 0; }
Debug
Known issues
gotchaRequires Boost and OpenSSL dependencies
fix
Ensure vcpkg installs cpp-netlib[boost,ssl] or similar
affects: all
Upgrade
Version history
0.13.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources

No resource links recorded.

cpp-netlib — pip install cpp-netlib · libregistry