summaryrefslogtreecommitdiffstats
path: root/examples/httpserver/simple/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the Http Server documentationØystein Heskestad2025-03-101-0/+12
* Update documentation to new APIMatthias Rauter2024-09-031-2/+2
* Minimal adjustment to the simple exampleMatthias Rauter2024-09-031-1/+0
* Set afterRequest callback with a context object and remove rvalueMatthias Rauter2024-09-021-1/+1
* QHttpServerResponse: make API simpler by removing duplicating methodsLena Biliaieva2024-08-061-5/+7
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-5/+17
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-4/+7
* Brush up the simple exampleFriedemann Kleint2023-03-241-30/+44
* examples: Integrate 'afterrequest' example into 'simple' exampleIevgenii Meshcheriakov2023-02-081-0/+7
* Few example build improvementsJuha Vuolle2023-01-311-1/+6
* Provide an example covering the HTTPS functionalityKonrad Kujawa2022-08-091-4/+32
* QHttpServerRequest: Make headers() return a QtNetwork compatible typeIevgenii Meshcheriakov2022-07-291-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-49/+2
* examples: Add an example of using Basic authenticationIevgenii Meshcheriakov2022-03-291-0/+22
* Make QAbstractHttpServer::listen return 0 on failMårten Nordheim2020-02-181-2/+2
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-0/+4
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-141-0/+4
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+118