summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpserverresponse
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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* QHttpServerLiterals: Inline literals in tests and unexport themIevgenii Meshcheriakov2022-08-092-11/+4
* tests: Use _ba instead of QByteArrayLiteralIevgenii Meshcheriakov2022-08-081-14/+16
* Unexport private classes and functionsIevgenii Meshcheriakov2022-08-081-0/+4
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Remove most QMake project filesIevgenii Meshcheriakov2022-04-271-7/+0
* CMake: Fix build with Qt 6.1/6.2Alexandru Croitor2021-08-121-1/+1
* Add cmake support for Qt6/dev branchMikhail Svetkin2020-05-051-0/+17
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-031-0/+73
* Add QHttpServerLiteralsMikhail Svetkin2019-08-212-3/+5
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-142-0/+45
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-268-0/+169