summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverresponder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add to module documentationØystein Heskestad2022-04-231-2/+18
* Use HTTP header parsing code from QtNetworkIevgenii Meshcheriakov2022-04-051-6/+42
* Use std::unique_ptr instead of QScopedPointer with deprecated take()Ievgenii Meshcheriakov2022-03-241-4/+4
* Fix warning about unused variableMaurice Kalinowski2020-04-241-1/+0
* Fix compilation with gcc 4.8Mikhail Svetkin2019-10-291-2/+2
* Fix compilation with gcc 4.8Mikhail Svetkin2019-10-241-4/+4
* Add QHttpServerLiteralsMikhail Svetkin2019-08-211-15/+19
* QHttpServerResponder: refactor and extend the APIMikhail Svetkin2019-08-201-52/+153
* Reuse HTTP status codes from nodejs http-parserMikhail Svetkin2019-04-021-63/+5
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-7/+0
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Refactor QHttpServerResponder::write(QIODevice, ...)Mikhail Svetkin2018-10-041-31/+23
* Introduce QHttpServerResponderJesus Fernandez2018-09-261-0/+392