summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-03-153-3/+3
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-4/+7
* Use QHttpHeaders in QHttpServerRequestLena Biliaieva2024-02-071-6/+4
* Make 'token' HTTP header name comparison case-insensitiveJuha Vuolle2024-01-091-4/+3
* Brush up the simple exampleFriedemann Kleint2023-03-243-30/+45
* simple example: Inline assets_resource_files in CMakeLists.txtIevgenii Meshcheriakov2023-02-201-7/+3
* Examples: Call qt_standard_project_setup() in CMakeLists.txtIevgenii Meshcheriakov2023-02-202-0/+4
* simple example: Remove QRC fileIevgenii Meshcheriakov2023-02-092-8/+3
* colorpalette: Remove qrc fileIevgenii Meshcheriakov2023-02-092-20/+20
* examples: Integrate 'afterrequest' example into 'simple' exampleIevgenii Meshcheriakov2023-02-086-85/+7
* Few example build improvementsJuha Vuolle2023-01-315-1/+27
* Refactor AddressBook server to be compatible with the reqres.inKonrad Kujawa2023-01-3026-195/+880
* addressbookserver: Use X-API-Key as the authentication headerIevgenii Meshcheriakov2023-01-061-1/+1
* Rename addressbook example directory to match the example nameIevgenii Meshcheriakov2022-11-083-0/+1
* Add missing functionalities to RESTful Address Book serverKonrad Kujawa2022-08-302-45/+74
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-254-4/+4
* REST server endpoint in QHttpServer for an Address book exampleKonrad Kujawa2022-08-152-0/+165
* Provide an example covering the HTTPS functionalityKonrad Kujawa2022-08-095-4/+120
* CMake: Cosmetic cleanupKai Köhne2022-08-082-4/+4
* QHttpServerRequest: Make headers() return a QtNetwork compatible typeIevgenii Meshcheriakov2022-07-291-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* CMake: Take preconfigured INSTALL_EXAMPLESDIR into accountKai Köhne2022-06-292-2/+10
* Clean up CMakeLists.txt in examplesKai Köhne2022-06-294-23/+3
* CMake: Use find_package(Qt6 REQUIRED ...)Kai Köhne2022-06-292-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-222-99/+5
* examples: Add an example of using Basic authenticationIevgenii Meshcheriakov2022-03-291-0/+22
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-2/+2
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-222-2/+2
* CMake: Fix build with Qt 6.1/6.2Alexandru Croitor2021-08-122-2/+2
* Add QHttpServer::afterRequestMikhail Svetkin2020-05-145-0/+122
* Add cmake support for Qt6/dev branchMikhail Svetkin2020-05-053-0/+50
* Make QAbstractHttpServer::listen return 0 on failMårten Nordheim2020-02-181-2/+2
* Allow simple example to be built without gui moduleTasuku Suzuki2020-02-071-1/+1
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-0/+4
* Example: add 'cmdline' to CONFIGMårten Nordheim2019-07-081-0/+2
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-144-0/+12
* Introduce QHttpServerMikhail Svetkin2019-01-254-0/+138