summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverhttp2protocolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add keep-alive timeout for QHttpServerLena Biliaieva2 days1-0/+15
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4Øystein Heskestad2025-04-031-5/+11
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 2/4Øystein Heskestad2025-04-031-9/+6
* Add support for IP address whitelist and blacklist in QHttpServerLena Biliaieva2025-02-111-0/+4
* Add request rate limiting for QHttpServerLena Biliaieva2024-12-051-2/+9
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-1/+1
* Enqueue data and trailers for chunked writes in HTTP 2Øystein Heskestad2024-07-241-19/+48
* Make logging categories staticUlf Hermann2024-06-271-1/+1
* QHttpServer: Delete HTTP2 Handler only if no requests are in processLena Biliaieva2024-06-131-3/+9
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-17/+205
* QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServerLena Biliaieva2024-05-281-1/+2
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-0/+84