Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use context object in QHttpServer::route | Matthias Rauter | 2024-09-03 | 1 | -1/+1 |
* | Set afterRequest callback with a context object and remove rvalue | Matthias Rauter | 2024-09-02 | 1 | -1/+6 |
* | Set missinghandler callback with a context object and remove rvalue | Matthias Rauter | 2024-08-30 | 1 | -2/+6 |
* | Add connection tracking | Ievgenii Meshcheriakov | 2022-11-14 | 1 | -1/+1 |
* | QAbstractHttpServer: Convert missingHandler() to a pure virtual method | Ievgenii Meshcheriakov | 2022-08-25 | 1 | -0/+3 |
* | QHttpServer: use std::vector, not std::list, to store AfterRequestHandlers | Marc Mutz | 2022-06-23 | 1 | -2/+2 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -28/+2 |
* | Add QHttpServer::afterRequest | Mikhail Svetkin | 2020-05-14 | 1 | -0/+3 |
* | Fix several build issues and fix the unit tests | Jesus Fernandez | 2019-02-28 | 1 | -1/+5 |
* | Fix license headers | Jesus Fernandez | 2019-01-31 | 1 | -16/+6 |
* | Introduce QHttpServer | Mikhail Svetkin | 2019-01-25 | 1 | -0/+72 |