Registry / networking / libhv
library1.3.4vcpkgunverified

Libhv is a C/C++ network library similar to libevent/libuv.

vcpkg install libhv
INSTALL
IMPORT
SIG · LIBHV
L
libhv
networkingcppv1.3.4
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.

hv/hv.h
#include <hv/hv.h>

Simple HTTP server using libhv

#include "hv/hv.h" #include "hv/HttpServer.h" int main() { hv::HttpServer server; server.listen(8080); server.setHttpHandler([](const hv::HttpRequest& req, hv::HttpResponse* res) { res->body = "Hello, World!"; }); server.start(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

libhv — pip install libhv · libregistry