Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update documentation to new API | Matthias Rauter | 2024-09-03 | 1 | -0/+22 |
* | Use context object in QHttpServer::route | Matthias Rauter | 2024-09-03 | 1 | -7/+82 |
* | Add connection tracking | Ievgenii Meshcheriakov | 2022-11-14 | 1 | -4/+3 |
* | Remove support for supplying request methods as strings | Ievgenii Meshcheriakov | 2022-07-29 | 1 | -3/+0 |
* | Don't store QLatin1StringView's inside QHttpServerRouterPrivate | Ievgenii Meshcheriakov | 2022-07-13 | 1 | -1/+1 |
* | Use std::unique_ptr instead of QScopedPointer for d-pointers | Ievgenii Meshcheriakov | 2022-07-05 | 1 | -1/+2 |
* | Use QMetaType instead of int | Ievgenii Meshcheriakov | 2022-06-30 | 1 | -3/+3 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -28/+2 |
* | Fix QLatin1String usage | Marc Mutz | 2022-06-22 | 1 | -1/+1 |
* | Fix std::initializer_list uses | Marc Mutz | 2022-06-22 | 1 | -1/+2 |
* | QHttpServerRouterRule: fix passing of RouterHandler | Marc Mutz | 2022-06-22 | 1 | -3/+5 |
* | QHttpServerRouterRule: use Q_DISABLE_COPY_MOVE | Marc Mutz | 2022-06-22 | 1 | -5/+1 |
* | Add dependencies file for Coin | Mikhail Svetkin | 2020-04-19 | 1 | -1/+1 |
* | Accept a string as request method in QHttpServer::route() | Mikhail Svetkin | 2019-04-04 | 1 | -0/+5 |
* | Fix license headers | Jesus Fernandez | 2019-01-31 | 1 | -16/+6 |
* | Fix build | Jesus Fernandez | 2019-01-30 | 1 | -1/+1 |
* | Introduce QHttpServerRouter | Mikhail Svetkin | 2019-01-23 | 1 | -0/+95 |