summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename capturable token to placeholder in documentationØystein Heskestad4 days1-7/+7
* Rename PlaceholdersCount to SpecialsCount and update documentationØystein Heskestad11 days1-2/+2
* Improve documentation of capturables and placeholdersØystein Heskestad11 days1-37/+35
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4Øystein Heskestad2025-04-031-1/+1
* Improve the Http Server documentationØystein Heskestad2025-03-101-80/+114
* Fix documentation of new APITasuku Suzuki2025-02-111-2/+2
* Fix documentation of addAfterRequestHandlerCarl Schwan2024-10-221-3/+3
* Update documentation to new APIMatthias Rauter2024-09-031-71/+136
* Use context object in QHttpServer::routeMatthias Rauter2024-09-031-1/+6
* Set afterRequest callback with a context object and remove rvalueMatthias Rauter2024-09-021-4/+12
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-17/+30
* Add constant getter for router to QHttpServerMatthias Rauter2024-08-211-1/+10
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-1/+9
* QHttpServer: Document an exception of afterRequest() usageLena Biliaieva2024-07-231-1/+7
* Make logging categories staticUlf Hermann2024-06-271-1/+1
* QHttpServer: Add tests for routes returning QFuture<QHttpServerResponse>Øystein Heskestad2024-05-291-3/+3
* Update documentation on how QHttpServerRouter should be used thread-safeØystein Heskestad2024-02-081-1/+2
* QHttpServer: Document current state of asynchronous processingIevgenii Meshcheriakov2023-12-131-3/+9
* Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...Ievgenii Meshcheriakov2022-11-141-1/+1
* Add connection trackingIevgenii Meshcheriakov2022-11-141-17/+19
* QAbstractHttpServer: Convert missingHandler() to a pure virtual methodIevgenii Meshcheriakov2022-08-251-5/+42
* QHttpServer: Clarify that other callables can be used as after request handlersIevgenii Meshcheriakov2022-08-241-1/+2
* Doc: Clarify that other callables can be used as route handlersIevgenii Meshcheriakov2022-08-151-1/+2
* Make QHttpServerResponse non-polymorphicIevgenii Meshcheriakov2022-07-261-0/+23
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* QHttpServer: pass std::function AfterRequestHandler by valueMarc Mutz2022-06-231-1/+1
* QHttpServer: fix deprecated implicit capture of this in [=]Marc Mutz2022-06-231-1/+1
* QHttpServer: don't translate debug outputMarc Mutz2022-06-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* includemocsMarc Mutz2022-05-111-0/+2
* Add to module documentationØystein Heskestad2022-04-231-10/+24
* Remove explicit move of a QHttpServerResponse temporaryIevgenii Meshcheriakov2022-02-101-1/+1
* Add QHttpServer::afterRequestMikhail Svetkin2020-05-141-3/+45
* qhttpserver: Fix documentation for special argumentsMikhail Svetkin2019-11-211-3/+3
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-031-4/+1
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-0/+4
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+150