mirror of https://github.com/qt/qthttpserver.git
To keep the API lean, remove the SSL confguration and listen() methods. Instead using listen() on a QAbstractHttpServer, a user should create an instance of a QTcpServer or QSslServer, then call listen() on it before calling bind() on a QAbstractHttpServer with it as an argument. Task-number: QTBUG-125859 Pick-to: 6.8 Change-Id: I366c0a01d8b7ee3802e0bdd63b9d84813338f478 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> |
||
---|---|---|
.. | ||
cmake | ||
qabstracthttpserver | ||
qhttpserver | ||
qhttpservermultithreaded | ||
qhttpserverresponder | ||
qhttpserverresponse | ||
qhttpserverrouter | ||
CMakeLists.txt |