index
:
qt/qthttpserver.git
5.15
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
master
Qt Extension: Qt HTTP Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
httpserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-0
/
+12
*
Update documentation to new API
Matthias Rauter
2024-09-03
1
-2
/
+2
*
Minimal adjustment to the simple example
Matthias Rauter
2024-09-03
1
-1
/
+0
*
Set afterRequest callback with a context object and remove rvalue
Matthias Rauter
2024-09-02
1
-1
/
+1
*
QHttpServerResponse: make API simpler by removing duplicating methods
Lena Biliaieva
2024-08-06
1
-5
/
+7
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
2
-7
/
+21
*
Correct license for examples files
Lucie Gérard
2024-03-15
2
-2
/
+2
*
Use QHttpHeaders in QHttpServerResponse
Lena Biliaieva
2024-02-13
1
-4
/
+7
*
Use QHttpHeaders in QHttpServerRequest
Lena Biliaieva
2024-02-07
1
-6
/
+4
*
Make 'token' HTTP header name comparison case-insensitive
Juha Vuolle
2024-01-09
1
-4
/
+3
*
Brush up the simple example
Friedemann Kleint
2023-03-24
3
-30
/
+45
*
simple example: Inline assets_resource_files in CMakeLists.txt
Ievgenii Meshcheriakov
2023-02-20
1
-7
/
+3
*
Examples: Call qt_standard_project_setup() in CMakeLists.txt
Ievgenii Meshcheriakov
2023-02-20
2
-0
/
+4
*
simple example: Remove QRC file
Ievgenii Meshcheriakov
2023-02-09
2
-8
/
+3
*
colorpalette: Remove qrc file
Ievgenii Meshcheriakov
2023-02-09
2
-20
/
+20
*
examples: Integrate 'afterrequest' example into 'simple' example
Ievgenii Meshcheriakov
2023-02-08
6
-85
/
+7
*
Few example build improvements
Juha Vuolle
2023-01-31
5
-1
/
+27
*
Refactor AddressBook server to be compatible with the reqres.in
Konrad Kujawa
2023-01-30
26
-195
/
+880
*
addressbookserver: Use X-API-Key as the authentication header
Ievgenii Meshcheriakov
2023-01-06
1
-1
/
+1
*
Rename addressbook example directory to match the example name
Ievgenii Meshcheriakov
2022-11-08
3
-0
/
+1
*
Add missing functionalities to RESTful Address Book server
Konrad Kujawa
2022-08-30
2
-45
/
+74
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-25
3
-3
/
+3
*
REST server endpoint in QHttpServer for an Address book example
Konrad Kujawa
2022-08-15
2
-0
/
+165
*
Provide an example covering the HTTPS functionality
Konrad Kujawa
2022-08-09
5
-4
/
+120
*
CMake: Cosmetic cleanup
Kai Köhne
2022-08-08
2
-4
/
+4
*
QHttpServerRequest: Make headers() return a QtNetwork compatible type
Ievgenii Meshcheriakov
2022-07-29
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
2
-0
/
+6
*
CMake: Take preconfigured INSTALL_EXAMPLESDIR into account
Kai Köhne
2022-06-29
2
-2
/
+10
*
Clean up CMakeLists.txt in examples
Kai Köhne
2022-06-29
3
-21
/
+3
*
CMake: Use find_package(Qt6 REQUIRED ...)
Kai Köhne
2022-06-29
2
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
2
-99
/
+5
*
examples: Add an example of using Basic authentication
Ievgenii Meshcheriakov
2022-03-29
1
-0
/
+22
*
Switch examples to build as isolated sub-builds
Alexandru Croitor
2021-12-15
1
-2
/
+2
*
CMake: Bump almost all cmake_minimum_required calls to 3.16
Alexandru Croitor
2021-09-22
2
-2
/
+2
*
CMake: Fix build with Qt 6.1/6.2
Alexandru Croitor
2021-08-12
2
-2
/
+2
*
Add QHttpServer::afterRequest
Mikhail Svetkin
2020-05-14
5
-0
/
+122
*
Add cmake support for Qt6/dev branch
Mikhail Svetkin
2020-05-05
2
-0
/
+43
*
Make QAbstractHttpServer::listen return 0 on fail
Mårten Nordheim
2020-02-18
1
-2
/
+2
*
Allow simple example to be built without gui module
Tasuku Suzuki
2020-02-07
1
-1
/
+1
*
Add remoteAddress() to QHttpServerRequest
Tasuku Suzuki
2019-07-10
1
-0
/
+4
*
Example: add 'cmdline' to CONFIG
Mårten Nordheim
2019-07-08
1
-0
/
+2
*
Introduce QHttpServerResponse::fromFile()
Tasuku Suzuki
2019-06-14
4
-0
/
+12
*
Introduce QHttpServer
Mikhail Svetkin
2019-01-25
3
-0
/
+134