index
:
qt/qthttpserver.git
5.15
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
master
Qt Extension: Qt HTTP Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
httpserver
/
qhttpserverrouterrule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename capturable token to placeholder in documentation
Øystein Heskestad
4 days
1
-3
/
+3
*
Improve documentation of capturables and placeholders
Øystein Heskestad
11 days
1
-87
/
+105
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-19
/
+19
*
Update documentation to new API
Matthias Rauter
2024-09-03
1
-36
/
+121
*
Use context object in QHttpServer::route
Matthias Rauter
2024-09-03
1
-17
/
+18
*
Make logging categories static
Ulf Hermann
2024-06-27
1
-1
/
+1
*
QHttpServerRouterRule: Ensure responder is moved out of
Ievgenii Meshcheriakov
2024-01-24
1
-1
/
+6
*
QHttpServerRouterRule: remove work-around for missing QDebug << initializer_list
Marc Mutz
2023-01-24
1
-33
/
+1
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-5
/
+5
*
Document missing API
Kai Köhne
2022-08-11
1
-0
/
+7
*
QHttpServerRequest: Cleanup Method enum
Ievgenii Meshcheriakov
2022-08-09
1
-2
/
+2
*
Remove support for supplying request methods as strings
Ievgenii Meshcheriakov
2022-07-29
1
-34
/
+0
*
Don't store QLatin1StringView's inside QHttpServerRouterPrivate
Ievgenii Meshcheriakov
2022-07-13
1
-1
/
+1
*
Use QMetaType instead of int
Ievgenii Meshcheriakov
2022-06-30
1
-16
/
+28
*
Doc: Mark all classes as \since 6.4
Kai Köhne
2022-06-27
1
-0
/
+1
*
QHttpServerRequest: move a file-static into the only function using it
Marc Mutz
2022-06-27
1
-2
/
+1
*
QHttpServerRouterRule: don't construct a std::list to qDebug() an initializer...
Marc Mutz
2022-06-23
1
-1
/
+21
*
Prefer printf-style logging over std::ostream-style
Marc Mutz
2022-06-23
1
-5
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
QHttpServerRouter: use unqiue_ptr to accept rules
Marc Mutz
2022-06-22
1
-2
/
+2
*
Fix std::forward uses
Marc Mutz
2022-06-22
1
-3
/
+4
*
Fix QLatin1String usage
Marc Mutz
2022-06-22
1
-3
/
+3
*
Fix std::initializer_list uses
Marc Mutz
2022-06-22
1
-1
/
+1
*
QHttpServerRouterRule: fix passing of RouterHandler
Marc Mutz
2022-06-22
1
-6
/
+6
*
Add to module documentation
Øystein Heskestad
2022-04-23
1
-7
/
+19
*
Fix build against 6.0
Maurice Kalinowski
2020-12-16
1
-3
/
+3
*
tst_qhttpserver: Add expected warning messages
Mikhail Svetkin
2020-05-14
1
-1
/
+1
*
Add missing QStringBuilder header
Mikhail Svetkin
2020-05-05
1
-0
/
+1
*
Refactor access to QMetaEnum for QHttpServerRequest::Method
Mikhail Svetkin
2019-11-10
1
-8
/
+3
*
Accept a string as request method in QHttpServer::route()
Mikhail Svetkin
2019-04-04
1
-2
/
+58
*
Allow use of custom data structures as router callback arguments
Mikhail Svetkin
2019-03-06
1
-2
/
+11
*
Fix several build issues and fix the unit tests
Jesus Fernandez
2019-02-28
1
-1
/
+4
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Introduce QHttpServerRouter
Mikhail Svetkin
2019-01-23
1
-0
/
+222