qthttpserver

Framework for embedding HTTP servers in Qt applications

brewmacoslinux
Try with needOr install directly
Source

About

Framework for embedding an HTTP server into a Qt application

Commands

qthttpserver

Examples

Include qthttpserver in a Qt project by adding it to .pro file$ echo 'QT += qthttpserver' >> myproject.pro
Link against qthttpserver library when compiling Qt application$ qmake && make
Verify qthttpserver installation and version$ pkg-config --modversion Qt5HttpServer