qthttpserver/tests/auto
Øystein Heskestad 334a92f459 Add test that routes can send back data in multiple parts asynchronously
Add test to ensure that a route can be added that will be executed
asynchronously and can send back data to the client in multiple parts.

Task-number: QTBUG-108127
Change-Id: I3262da98559ff1a458e0305dff729da8538ecae5
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2025-08-08 19:13:27 +02:00
..
cmake Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-25 16:10:12 +00:00
qabstracthttpserver Add keep-alive timeout for QHttpServer 2025-05-21 12:41:46 +02:00
qhttpserver Add test that routes can send back data in multiple parts asynchronously 2025-08-08 19:13:27 +02:00
qhttpservermultithreaded Shorten local socket path in autotest 2025-06-24 18:20:41 +03:00
qhttpserverrequestfilter Add support for IP address whitelist and blacklist in QHttpServer 2025-02-11 11:43:26 +01:00
qhttpserverresponder Set missinghandler callback with a context object and remove rvalue 2024-08-30 17:57:37 +02:00
qhttpserverresponse Fix warning in test from QFile::open being [[nodiscard]] 2025-03-12 13:37:18 +01:00
qhttpserverrouter Allow routes to return QFuture<void> and write using responder 2025-08-06 10:01:00 +02:00
CMakeLists.txt Add request rate limiting for QHttpServer 2024-12-05 17:48:25 +01:00