QHttpServerRequest Class
Encapsulates an HTTP request. More...
| Header: | #include <QHttpServerRequest> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS HttpServer)target_link_libraries(mytarget PRIVATE Qt6::HttpServer) |
| qmake: | QT += httpserver |
| Since: | Qt 6.4 |
Public Functions
(since 6.10) | QHttpServerRequest(class QHttpServerRequest &&other) |
(since 6.10) QHttpServerRequest & | operator=(class QHttpServerRequest &&other) |
Detailed Description
API for accessing the different parameters of an incoming request.
Member Function Documentation
[noexcept default, since 6.10] QHttpServerRequest::QHttpServerRequest(class QHttpServerRequest &&other)
Move constructs a QHttpServerRequest using other.
This function was introduced in Qt 6.10.
[noexcept default, since 6.10] QHttpServerRequest &QHttpServerRequest::operator=(class QHttpServerRequest &&other)
Move assigns a QHttpServerRequest using other.
This function was introduced in Qt 6.10.