summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4Øystein Heskestad2025-04-031-0/+75
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 3/4Øystein Heskestad2025-04-031-508/+5
* QHttpServerRequest: add rvalue-this overload to headers()Lena Biliaieva2024-07-041-1/+9
* Handle URL encoding when parsing URLsØystein Heskestad2024-06-281-1/+3
* Make logging categories staticUlf Hermann2024-06-271-2/+0
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-19/+66
* Use QHttpHeaders in QHttpServerRequestLena Biliaieva2024-02-071-13/+4
* Fix usage of QHttpHeaderParser in QHttpServerRequestLena Biliaieva2024-02-071-1/+1
* Access to the ssl config in QHttpServerRequestTomas Soltys2023-12-071-0/+46
* Add support for local socket/serverMarcus Tillmanns2023-07-171-8/+8
* QHttpServerRequest: Add API to get local host address and portIevgenii Meshcheriakov2022-11-221-4/+30
* QHttpServerRequest: Add API to retrieve the remote portIevgenii Meshcheriakov2022-11-221-4/+15
* QHttpServerRequest: Handle requests with "Expect: 100-continue" headerIevgenii Meshcheriakov2022-10-261-1/+21
* Port from container::count() and length() to size()Marc Mutz2022-10-061-7/+7
* Document missing APIKai Köhne2022-08-111-0/+8
* QHttpServerRequest: Cleanup Method enumIevgenii Meshcheriakov2022-08-091-0/+29
* QHttpServerRequest: Make headers() return a QtNetwork compatible typeIevgenii Meshcheriakov2022-07-291-6/+3
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* QHttpServerRequest: Fix GCC's -Wmaybe-uninitializedMarc Mutz2022-06-231-3/+4
* Simplify QHttpServerRequestPrivate::headerField()Marc Mutz2022-06-231-13/+0
* Remove useless QHttpServerRequestPrivate::headerFieldNames()Marc Mutz2022-06-231-9/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QHttpServerRequest: Don't include qdebug.h in headerIevgenii Meshcheriakov2022-06-221-3/+2
* Add more loggingØystein Heskestad2022-06-131-1/+13
* includemocsMarc Mutz2022-05-111-0/+2
* Replace uses of deprecated _qs with _sSona Kurazyan2022-05-051-3/+5
* Add to module documentationØystein Heskestad2022-04-231-0/+74
* Use HTTP header parsing code from QtNetworkIevgenii Meshcheriakov2022-04-051-171/+379
* Fix build against 6.0Maurice Kalinowski2020-12-161-1/+1
* Do not disconnect on HTTP CONNECT methodMikhail Svetkin2020-02-261-0/+2
* Small refactoring of QHttpServerRequest and QAbstractHttpServerMikhail Svetkin2020-02-241-0/+1
* Fix QString::QString(const QByteArray&)’ is deprecatedMikhail Svetkin2020-02-241-2/+2
* Refactor QHttpServerRequestPrivate::parseUrlMikhail Svetkin2019-11-101-19/+21
* qhttpserverrequest: Change QSharedPointer to QScopedPointerMikhail Svetkin2019-10-291-4/+0
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-3/+9
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-2/+0
* Change QString for headers in QHttpServerRequest to QByteArrayTasuku Suzuki2019-05-091-7/+7
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-0/+8
* Fix HTTP chunked request body handlingMikhail Svetkin2019-04-031-1/+7
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+5
* Fix build error when SSL configuration is disabledRyan Chu2018-08-221-2/+2
* Fix inccorect parsing url with spacesMikhail Svetkin2018-07-181-1/+2
* Fix compilation warningMikhail Svetkin2018-07-171-1/+1
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+304