summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverresponder.h
Commit message (Expand)AuthorAgeFilesLines
* QHttpServerResponder: Export separate methods onlyØystein Heskestad2024-07-031-28/+35
* QHttpServerResponder: Remove QT_DECL_METATYPE_EXTERN_TAGGED macroØystein Heskestad2024-07-021-3/+0
* QhttpServerResponder: Make move constructor inline and noexceptØystein Heskestad2024-07-011-2/+10
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-0/+1
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-1/+1
* Change QHttpServerResponder to be suitable for both HTTP 1.1 and 2Øystein Heskestad2024-05-131-10/+9
* Use QHttpHeaders in QHttpServerResponderLena Biliaieva2024-02-211-7/+6
* Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...Ievgenii Meshcheriakov2022-11-141-0/+3
* Add connection trackingIevgenii Meshcheriakov2022-11-141-11/+5
* QHttpServerResponder: Don't allow to override HTTP versionIevgenii Meshcheriakov2022-08-251-3/+1
* Add Q_GADGET and Q_ENUM to StatusCodeAndré Klitzing2022-06-241-0/+2
* QHttpServerResponder: Remove unused includesIevgenii Meshcheriakov2022-06-231-4/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Use QT_DECL_METATYPE_EXTERN_TAGGED instead of Q_DECLARE_METATYPEIevgenii Meshcheriakov2022-06-221-1/+2
* Use std::unique_ptr instead of QScopedPointer with deprecated take()Ievgenii Meshcheriakov2022-03-241-2/+2
* QHttpServerResponder: refactor and extend the APIMikhail Svetkin2019-08-201-18/+36
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-3/+3
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerResponderJesus Fernandez2018-09-261-0/+179