summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrouter.h
Commit message (Expand)AuthorAgeFilesLines
* Use context object in QHttpServer::routeMatthias Rauter2024-09-031-35/+2
* Simplify and constrain route APIMatthias Rauter2024-08-271-3/+3
* Replace use of QtPrivate::Indexes & family with std::index_sequenceThiago Macieira2024-08-211-4/+4
* QHttpServerRouter: Export separate methods instead of the entire classØystein Heskestad2024-07-031-11/+12
* QHttpServerRouter: add rvalue-this overload to converters()Øystein Heskestad2024-07-011-1/+2
* Improve QMetaType handing in QHttpServerRouterØystein Heskestad2024-02-061-1/+8
* Add connection trackingIevgenii Meshcheriakov2022-11-141-3/+2
* QHttpServerRouter: Remove usage of placeholdersIevgenii Meshcheriakov2022-07-261-32/+23
* Do not use QMetaTypeId2Fabian Kosmale2022-07-141-4/+0
* Don't store QLatin1StringView's inside QHttpServerRouterPrivateIevgenii Meshcheriakov2022-07-131-3/+3
* Use std::unique_ptr instead of QScopedPointer for d-pointersIevgenii Meshcheriakov2022-07-051-1/+3
* QHttpServerRouter: Simplify bindCapturedImpl()Ievgenii Meshcheriakov2022-07-011-11/+5
* Use QMetaType instead of intIevgenii Meshcheriakov2022-06-301-6/+6
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QHttpServerRouter:::bindCapturedImpl: use constexpr-if, not enable_ifMarc Mutz2022-06-221-12/+6
* QHttpServerRouter: use unqiue_ptr to accept rulesMarc Mutz2022-06-221-5/+5
* QHttpServerRouter: remove defaultConverters() functionMarc Mutz2022-06-221-2/+0
* Fix QLatin1String usageMarc Mutz2022-06-221-4/+4
* Fix std::initializer_list usesMarc Mutz2022-06-221-4/+2
* Add cmake test and remove dead codeMikhail Svetkin2020-04-191-13/+0
* Add dependencies file for CoinMikhail Svetkin2020-04-191-4/+28
* QHttpServerRouterViewTraits: Make it simpler and testableMikhail Svetkin2019-10-241-5/+7
* Allow use of custom data structures as router callback argumentsMikhail Svetkin2019-03-061-0/+13
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-6/+25
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerRouterMikhail Svetkin2019-01-231-0/+126