summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qabstracthttpserver.h
Commit message (Expand)AuthorAgeFilesLines
* Improve the Http Server documentationØystein Heskestad2025-03-101-0/+5
* Add request rate limiting for QHttpServerLena Biliaieva2024-12-051-0/+4
* Add context parameter to addWebSocketUpgradeVerifierØystein Heskestad2024-08-301-5/+9
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-1/+1
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-10/+0
* QAbstractHttpServer::bind(nullptr) returns falseØystein Heskestad2024-07-021-1/+1
* QAbstractHttpServer::bind() return true on successØystein Heskestad2024-07-021-2/+2
* QAbstractHttpServer: Make getter function serverPorts() constØystein Heskestad2024-06-271-1/+1
* QAbstractHttpServer: Replace header include with forward declarationØystein Heskestad2024-06-261-4/+1
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-0/+1
* Add function to register functions that verifies WebSocket upgradesØystein Heskestad2024-05-291-0/+24
* Add missing include in qabstracthttpserver.hMatthias Rauter2024-05-291-0/+1
* QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServerLena Biliaieva2024-05-281-0/+3
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-1/+1
* Add support for local socket/serverMarcus Tillmanns2023-07-171-0/+9
* Add connection trackingIevgenii Meshcheriakov2022-11-141-6/+5
* QAbstractHttpServer: Convert missingHandler() to a pure virtual methodIevgenii Meshcheriakov2022-08-251-3/+3
* QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()Ievgenii Meshcheriakov2022-07-291-2/+7
* Remove unnecessary SSL #include'sIevgenii Meshcheriakov2022-06-301-3/+4
* QAbstractHttpServer: Make constructor explicitIevgenii Meshcheriakov2022-06-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QAbstractHttpServer: De-inline dtor of polymorphic classMarc Mutz2022-06-221-0/+1
* Replace all uses of QVector with QListIevgenii Meshcheriakov2022-06-211-2/+2
* Fix include conventionsFriedemann Kleint2022-06-201-3/+3
* Remove QtSslServer module and use QSslServer class from QtNetworkØystein Heskestad2022-06-141-1/+1
* Make QAbstractHttpServer::listen return 0 on failMårten Nordheim2020-02-181-1/+2
* HTTPS supportSylvain Garcia2019-10-041-0/+12
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerResponderJesus Fernandez2018-09-261-0/+3
* Return the server port in listen()Jesus Fernandez2018-07-191-1/+1
* Allow inherits from QAbstractHttpServer with custom private classMikhail Svetkin2018-07-161-0/+2
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+89