summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrouter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename capturable token to placeholder in documentationØystein Heskestad4 days1-2/+2
* Improve documentation of capturables and placeholdersØystein Heskestad11 days1-13/+16
* Improve the Http Server documentationØystein Heskestad2025-03-101-33/+16
* Update documentation to new APIMatthias Rauter2024-09-031-48/+41
* Use context object in QHttpServer::routeMatthias Rauter2024-09-031-4/+23
* Simplify and constrain route APIMatthias Rauter2024-08-271-4/+3
* QHttpServerRouter: add rvalue-this overload to converters()Øystein Heskestad2024-07-011-1/+10
* Make logging categories staticUlf Hermann2024-06-271-2/+0
* Update documentation on how QHttpServerRouter should be used thread-safeØystein Heskestad2024-02-081-1/+3
* Add connection trackingIevgenii Meshcheriakov2022-11-141-7/+7
* Doc: Fix name of referenced argumentKai Köhne2022-08-101-3/+3
* Don't store QLatin1StringView's inside QHttpServerRouterPrivateIevgenii Meshcheriakov2022-07-131-20/+22
* Use QMetaType instead of intIevgenii Meshcheriakov2022-06-301-22/+22
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QHttpServerRouter: use unqiue_ptr to accept rulesMarc Mutz2022-06-221-12/+9
* QHttpServerRouter: use std::vector, not std::list, to store routesMarc Mutz2022-06-221-1/+1
* QHttpServerRouter: remove defaultConverters() functionMarc Mutz2022-06-221-14/+7
* Fix QLatin1String usageMarc Mutz2022-06-221-20/+20
* Fix std::initializer_list usesMarc Mutz2022-06-221-1/+1
* Add to module documentationØystein Heskestad2022-04-231-6/+12
* Accept a string as request method in QHttpServer::route()Mikhail Svetkin2019-04-041-1/+1
* Allow use of custom data structures as router callback argumentsMikhail Svetkin2019-03-061-4/+44
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-5/+4
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerRouterMikhail Svetkin2019-01-231-0/+283