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
/
qhttpserverresponse.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-2
/
+2
*
QHttpServerResponse: make API simpler by removing duplicating methods
Lena Biliaieva
2024-08-06
1
-89
/
+13
*
QHttpServerResponse: Make move-member-functions inline and noexcept
Lena Biliaieva
2024-07-04
1
-14
/
+15
*
QHttpServerResponse: Fix constness of status in implementation
Øystein Heskestad
2024-07-03
1
-15
/
+12
*
Rename QHttpServerResponse headers method
Lena Biliaieva
2024-07-01
1
-1
/
+1
*
Use QHttpHeaders in QHttpServerResponse
Lena Biliaieva
2024-02-13
1
-136
/
+44
*
Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...
Ievgenii Meshcheriakov
2022-11-14
1
-18
/
+0
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-2
/
+0
*
Document missing API
Kai Köhne
2022-08-11
1
-0
/
+16
*
Overload QHttpServerResponse with status codes
Konrad Kujawa
2022-08-10
1
-20
/
+19
*
Make QHttpServerResponse non-polymorphic
Ievgenii Meshcheriakov
2022-07-26
1
-9
/
+0
*
Do not add empty Content-Type to http header
André Klitzing
2022-07-21
1
-4
/
+12
*
Doc: Mark all classes as \since 6.4
Kai Köhne
2022-06-27
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
Replace all uses of QVector with QList
Ievgenii Meshcheriakov
2022-06-21
1
-2
/
+2
*
Add to module documentation
Øystein Heskestad
2022-04-23
1
-4
/
+90
*
Use std::unique_ptr instead of QScopedPointer with deprecated take()
Ievgenii Meshcheriakov
2022-03-24
1
-1
/
+1
*
Introduce QHttpServerFutureResponse
Mikhail Svetkin
2020-06-11
1
-21
/
+20
*
Don't destory socket and request objects while handling a request
Mikhail Svetkin
2020-06-06
1
-0
/
+4
*
Add QHttpServer::afterRequest
Mikhail Svetkin
2020-05-14
1
-1
/
+10
*
Remove unused local variables
Mårten Nordheim
2020-02-06
1
-4
/
+0
*
QHttpServerResponse: Extend the API
Mikhail Svetkin
2019-10-03
1
-11
/
+214
*
QHttpServerResponse: Change text/html -> application/x-empty
Mikhail Svetkin
2019-08-22
1
-1
/
+1
*
Add QHttpServerLiterals
Mikhail Svetkin
2019-08-21
1
-11
/
+8
*
QHttpServerResponse: Use rvalue more
Mikhail Svetkin
2019-08-20
1
-1
/
+33
*
QHttpServerResponse: add ctor for QJsonArray
Mikhail Svetkin
2019-07-11
1
-0
/
+6
*
QHttpServerResponse: use compact mode for json objects
Mikhail Svetkin
2019-07-11
1
-1
/
+2
*
Introduce QHttpServerResponse::fromFile()
Tasuku Suzuki
2019-06-14
1
-0
/
+12
*
Find proper mime type for QByteArray data
Tasuku Suzuki
2019-04-26
1
-3
/
+4
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Introduce QHttpServer
Mikhail Svetkin
2019-01-25
1
-0
/
+120