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
/
qhttpserverrequest.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4
Øystein Heskestad
2025-04-03
1
-3
/
+18
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 1/4
Øystein Heskestad
2025-04-03
1
-0
/
+1
*
QHttpServerRequest: add rvalue-this overload to headers()
Lena Biliaieva
2024-07-04
1
-1
/
+2
*
Implement HTTP2 handler for QHttpServer
Lena Biliaieva
2024-05-31
1
-0
/
+2
*
QHttpServer: Handle HTTP 2 handshake
Lena Biliaieva
2024-05-28
1
-1
/
+1
*
Use QHttpHeaders in QHttpServerRequest
Lena Biliaieva
2024-02-07
1
-1
/
+2
*
Access to the ssl config in QHttpServerRequest
Tomas Soltys
2023-12-07
1
-0
/
+13
*
QHttpServerRequest: Add API to get local host address and port
Ievgenii Meshcheriakov
2022-11-22
1
-1
/
+5
*
QHttpServerRequest: Add API to retrieve the remote port
Ievgenii Meshcheriakov
2022-11-22
1
-1
/
+3
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-2
/
+1
*
QHttpServerRequest: Cleanup Method enum
Ievgenii Meshcheriakov
2022-08-09
1
-1
/
+2
*
QHttpServerRequest: Make headers() return a QtNetwork compatible type
Ievgenii Meshcheriakov
2022-07-29
1
-1
/
+1
*
Remove support for supplying request methods as strings
Ievgenii Meshcheriakov
2022-07-29
1
-10
/
+0
*
Declare operators for QHttpServerRequest::Methods
Ievgenii Meshcheriakov
2022-07-14
1
-0
/
+2
*
Use std::unique_ptr instead of QScopedPointer for d-pointers
Ievgenii Meshcheriakov
2022-07-05
1
-1
/
+3
*
Un-export non-polymorphic class QHttpServerRequest
Marc Mutz
2022-06-22
1
-11
/
+11
*
QHttpServerRequest: make class non-polymorphic
Marc Mutz
2022-06-22
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
QHttpServerRequest: Don't include qdebug.h in header
Ievgenii Meshcheriakov
2022-06-22
1
-1
/
+0
*
Do not disconnect on HTTP CONNECT method
Mikhail Svetkin
2020-02-26
1
-2
/
+4
*
qhttpserverrequest: Change QSharedPointer to QScopedPointer
Mikhail Svetkin
2019-10-29
1
-4
/
+3
*
Fix memory leak in QHttpServerRequest
5.15
Sylvain Garcia
2019-10-14
1
-1
/
+1
*
Add remoteAddress() to QHttpServerRequest
Tasuku Suzuki
2019-07-10
1
-1
/
+3
*
QAbstractHttpServer: Simplify handleNewConection/handleReadyRead
Mikhail Svetkin
2019-07-09
1
-2
/
+2
*
Change QString for headers in QHttpServerRequest to QByteArray
Tasuku Suzuki
2019-05-09
1
-1
/
+1
*
Accept a string as request method in QHttpServer::route()
Mikhail Svetkin
2019-04-04
1
-1
/
+12
*
Fix several build issues and fix the unit tests
Jesus Fernandez
2019-02-28
1
-2
/
+2
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Fix build
Jesus Fernandez
2019-01-30
1
-1
/
+1
*
Introduce QHttpServer
Mikhail Svetkin
2019-01-25
1
-0
/
+2
*
Introduce QHttpServerRouter
Mikhail Svetkin
2019-01-23
1
-11
/
+12
*
Fix compile error: "redefinition; different linkage"
Mårten Nordheim
2018-10-18
1
-1
/
+1
*
Introduce Qt HttpServer framework
Jesus Fernandez
2018-07-16
1
-0
/
+101