qthttpserver/tests/auto
Øystein Heskestad bd5ac90224 QAbstractHttpServer: Remove QSslConfiguration and listen() methods
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>
2024-07-31 16:52:41 +02:00
..
cmake Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-25 16:10:12 +00:00
qabstracthttpserver QAbstractHttpServer: Remove QSslConfiguration and listen() methods 2024-07-31 16:52:41 +02:00
qhttpserver QAbstractHttpServer: Remove QSslConfiguration and listen() methods 2024-07-31 16:52:41 +02:00
qhttpservermultithreaded QAbstractHttpServer: Remove QSslConfiguration and listen() methods 2024-07-31 16:52:41 +02:00
qhttpserverresponder QAbstractHttpServer: Remove QSslConfiguration and listen() methods 2024-07-31 16:52:41 +02:00
qhttpserverresponse QHttpServerResponse test: don't hardcode mime types 2024-07-19 08:04:19 +00:00
qhttpserverrouter QAbstractHttpServer: Remove QSslConfiguration and listen() methods 2024-07-31 16:52:41 +02:00
CMakeLists.txt QHttpServer: Add tests for routes returning QFuture<QHttpServerResponse> 2024-05-29 15:47:41 +02:00