List of C++ classes that provide HTTP server framework. 更多...
此模块在 技术预览 状态。
This module was introduced in Qt 6.4.
QAbstractHttpServer | API to subclass to implement an HTTP server |
QHttpServer | Simplified API for QAbstractHttpServer and QHttpServerRouter |
QHttpServerRequest | Encapsulates an HTTP request |
QHttpServerResponder | API for sending replies from an HTTP server |
QHttpServerResponse | Encapsulates an HTTP response |
QHttpServerRouter | Provides functions to bind a URL to a ViewHandler |
QHttpServerRouterRule | The base class for QHttpServerRouter rules |