Registry / web-framework / qhttpengine

qhttpengine

JSON →
library1.0.2vcpkgunverified

HTTP server for Qt applications

vcpkg install qhttpengine
INSTALL
IMPORT
SIG · QHTTPENGINE
Q
qhttpengine
web-frameworkcppv1.0.2
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.

qhttpengine/qhttpengine.h
#include <qhttpengine/qhttpengine.h>

Minimal HTTP server using QHttpEngine

#include <qhttpengine/qhttpengine.h> int main() { QHttpEngine::Server server; server.listen(QHostAddress::Any, 8080); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qhttpengine — pip install qhttpengine · libregistry