Qt 6.8
Qt HTTP Server
C++ Classes
QtHttpServer (Technical Preview)
QHttpServer
Qt 6.8.0 Reference Documentation
List of All Members for QHttpServer
This is the complete list of members for
QHttpServer
, including inherited members.
QHttpServer
(QObject *)
~QHttpServer
()
addAfterRequestHandler
(const QObject *, Functor &&)
addWebSocketUpgradeVerifier
(const typename QtPrivate::ContextTypeForFunctor<Handler>::ContextType *, Handler &&)
bind
(QLocalServer *) : bool
bind
(QTcpServer *) : bool
clearMissingHandler
()
handleRequest
(const QHttpServerRequest &, QHttpServerResponder &) : bool
hasPendingWebSocketConnections
() const : bool
http2Configuration
() const : QHttp2Configuration
localServers
() const : QList<QLocalServer *>
missingHandler
(const QHttpServerRequest &, QHttpServerResponder &)
newWebSocketConnection
()
nextPendingWebSocketConnection
() : std::unique_ptr<QWebSocket>
route
(const QString &, QHttpServerRequest::Methods, const QObject *, Functor &&) : Rule *
route
(const QString &, Functor &&) : Rule *
route
(const QString &, QHttpServerRequest::Methods, Functor &&) : Rule *
route
(const QString &, const QObject *, Functor &&) : Rule *
router
() : QHttpServerRouter *
router
() const : const QHttpServerRouter *
serverPorts
() const : QList<quint16>
servers
() const : QList<QTcpServer *>
setHttp2Configuration
(const QHttp2Configuration &)
setMissingHandler
(const QObject *, Functor &&)