summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpserverresponse/tst_qhttpserverresponse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in test from QFile::open being [[nodiscard]]Volker Hilsheimer2025-03-121-1/+1
* QHttpServerResponse: make API simpler by removing duplicating methodsLena Biliaieva2024-08-061-33/+16
* QHttpServerResponse test: don't hardcode mime typesVolker Hilsheimer2024-07-191-33/+32
* Rename QHttpServerResponse headers methodLena Biliaieva2024-07-011-2/+2
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-36/+8
* QHttpServerLiterals: Inline literals in tests and unexport themIevgenii Meshcheriakov2022-08-091-6/+4
* tests: Use _ba instead of QByteArrayLiteralIevgenii Meshcheriakov2022-08-081-14/+16
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-031-0/+73
* Add QHttpServerLiteralsMikhail Svetkin2019-08-211-2/+4
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-141-0/+44
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-261-0/+93