Registry / networking / slick-net

slick-net

JSON →
library2.0.3vcpkgunverified

A modern C++20 networking library providing HTTP/HTTPS client, WebSocket/WebSocket Secure client, and HTTP streaming support built on Boost.Beast and Boost.Asio.

vcpkg install slick-net
INSTALL
IMPORT
SIG · SLICK-NET
S
slick-net
networkingcppv2.0.3
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.

slick-net/slick-net.hpp
✓ #include <slick-net/slick-net.hpp>

Create an HTTP client and perform a GET request.

#include <slick-net/slick-net.hpp> int main() { slick::http::client client; auto response = client.get("http://example.com"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

slick-net — pip install slick-net · libregistry