summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverresponse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the Http Server documentationØystein Heskestad2025-03-101-2/+2
* QHttpServerResponse: make API simpler by removing duplicating methodsLena Biliaieva2024-08-061-89/+13
* QHttpServerResponse: Make move-member-functions inline and noexceptLena Biliaieva2024-07-041-14/+15
* QHttpServerResponse: Fix constness of status in implementationØystein Heskestad2024-07-031-15/+12
* Rename QHttpServerResponse headers methodLena Biliaieva2024-07-011-1/+1
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-136/+44
* Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...Ievgenii Meshcheriakov2022-11-141-18/+0
* Add connection trackingIevgenii Meshcheriakov2022-11-141-2/+0
* Document missing APIKai Köhne2022-08-111-0/+16
* Overload QHttpServerResponse with status codesKonrad Kujawa2022-08-101-20/+19
* Make QHttpServerResponse non-polymorphicIevgenii Meshcheriakov2022-07-261-9/+0
* Do not add empty Content-Type to http headerAndré Klitzing2022-07-211-4/+12
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Replace all uses of QVector with QListIevgenii Meshcheriakov2022-06-211-2/+2
* Add to module documentationØystein Heskestad2022-04-231-4/+90
* Use std::unique_ptr instead of QScopedPointer with deprecated take()Ievgenii Meshcheriakov2022-03-241-1/+1
* Introduce QHttpServerFutureResponseMikhail Svetkin2020-06-111-21/+20
* Don't destory socket and request objects while handling a requestMikhail Svetkin2020-06-061-0/+4
* Add QHttpServer::afterRequestMikhail Svetkin2020-05-141-1/+10
* Remove unused local variablesMårten Nordheim2020-02-061-4/+0
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-031-11/+214
* QHttpServerResponse: Change text/html -> application/x-emptyMikhail Svetkin2019-08-221-1/+1
* Add QHttpServerLiteralsMikhail Svetkin2019-08-211-11/+8
* QHttpServerResponse: Use rvalue moreMikhail Svetkin2019-08-201-1/+33
* QHttpServerResponse: add ctor for QJsonArrayMikhail Svetkin2019-07-111-0/+6
* QHttpServerResponse: use compact mode for json objectsMikhail Svetkin2019-07-111-1/+2
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-141-0/+12
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-261-3/+4
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+120