summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpserver
Commit message (Expand)AuthorAgeFilesLines
* Introduce QHttpServerFutureResponseMikhail Svetkin2020-06-111-0/+32
* Don't destory socket and request objects while handling a requestMikhail Svetkin2020-06-061-0/+20
* Add QHttpServer::afterRequestMikhail Svetkin2020-05-141-0/+35
* tst_qhttpserver: Add expected warning messagesMikhail Svetkin2020-05-141-0/+6
* Add cmake support for Qt6/dev branchMikhail Svetkin2020-05-051-0/+17
* Make QAbstractHttpServer::listen return 0 on failMÃ¥rten Nordheim2020-02-181-3/+3
* Refactor access to QMetaEnum for QHttpServerRequest::MethodMikhail Svetkin2019-11-101-6/+2
* Allow using QHttpServerRequest/Responder at the same timeMikhail Svetkin2019-10-251-0/+27
* HTTPS supportSylvain Garcia2019-10-041-50/+211
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-031-0/+21
* QHttpServerResponse: Change text/html -> application/x-emptyMikhail Svetkin2019-08-221-5/+5
* Add QHttpServerLiteralsMikhail Svetkin2019-08-211-5/+11
* QHttpServerResponder: refactor and extend the APIMikhail Svetkin2019-08-201-0/+24
* QHttpServerResponse: add ctor for QJsonArrayMikhail Svetkin2019-07-111-0/+16
* QHttpServerResponse: use compact mode for json objectsMikhail Svetkin2019-07-111-0/+15
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-144-1/+21
* Fix crash for passing lambda with captures to QHttpServer::routeMikhail Svetkin2019-05-151-8/+36
* Remove unused signalMikhail Svetkin2019-05-091-2/+0
* Fix tests failure introduced by the mime type detectionTasuku Suzuki2019-05-091-24/+24
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-261-2/+2
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-3/+59
* Accept a string as request method in QHttpServer::route()Mikhail Svetkin2019-04-041-0/+93
* Fix HTTP chunked request body handlingMikhail Svetkin2019-04-031-2/+43
* Allow use of custom data structures as router callback argumentsMikhail Svetkin2019-03-061-0/+46
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-0/+2
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerMikhail Svetkin2019-01-252-0/+353