summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrequest_p.h
Commit message (Expand)AuthorAgeFilesLines
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4Øystein Heskestad2025-04-031-2/+3
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 3/4Øystein Heskestad2025-04-031-40/+4
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-1/+5
* Access to the ssl config in QHttpServerRequestTomas Soltys2023-12-071-0/+8
* Add support for local socket/serverMarcus Tillmanns2023-07-171-9/+9
* QHttpServerRequest: Add API to get local host address and portIevgenii Meshcheriakov2022-11-221-1/+4
* QHttpServerRequest: Add API to retrieve the remote portIevgenii Meshcheriakov2022-11-221-1/+2
* QHttpServerRequest: Handle requests with "Expect: 100-continue" headerIevgenii Meshcheriakov2022-10-261-0/+2
* QHttpServerRequestPrivate: Don't derive from QSharedDataIevgenii Meshcheriakov2022-07-051-1/+1
* Remove lone QHttpServerRequestPrivate::header() declarationMarc Mutz2022-06-231-2/+0
* Simplify QHttpServerRequestPrivate::headerField()Marc Mutz2022-06-231-2/+2
* Remove useless QHttpServerRequestPrivate::headerFieldNames()Marc Mutz2022-06-231-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Use HTTP header parsing code from QtNetworkIevgenii Meshcheriakov2022-04-051-47/+38
* Use QHashSeed::globalSeed() instead of deprecated qGlobalQHashSeed()Ievgenii Meshcheriakov2022-03-241-1/+1
* Fix build against 6.0Maurice Kalinowski2020-12-161-3/+3
* Don't destory socket and request objects while handling a requestMikhail Svetkin2020-06-061-0/+1
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-1/+3
* Change QString for headers in QHttpServerRequest to QByteArrayTasuku Suzuki2019-05-091-4/+5
* Remove a member variable unusedTasuku Suzuki2019-05-091-1/+0
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-0/+2
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+118