Uses of Class
io.qt.httpserver.QHttpServerRequest
Packages that use QHttpServerRequest
-
Uses of QHttpServerRequest in io.qt.httpserver
Methods in io.qt.httpserver with parameters of type QHttpServerRequestModifier and TypeMethodDescriptionprotected final boolean
QHttpServerRouterRule.exec
(QHttpServerRequest request, QHttpServerResponder responder) protected abstract boolean
QAbstractHttpServer.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) protected boolean
QHttpServer.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) final boolean
QHttpServerRouter.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) protected boolean
QHttpServerRouterRule.matches
(QHttpServerRequest request, QRegularExpressionMatch match) protected abstract void
QAbstractHttpServer.missingHandler
(QHttpServerRequest request, QHttpServerResponder responder) protected void
QHttpServer.missingHandler
(QHttpServerRequest request, QHttpServerResponder responder) Method parameters in io.qt.httpserver with type arguments of type QHttpServerRequestModifier and TypeMethodDescriptionfinal void
QAbstractHttpServer.addWebSocketUpgradeVerifier
(QObject context, QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) final void
QAbstractHttpServer.addWebSocketUpgradeVerifier
(QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) Overloaded function forQAbstractHttpServer.addWebSocketUpgradeVerifier(io.qt.core.QObject, io.qt.core.QMetaObject.Method1)
.void
QHttpServer.afterRequest
(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action) Constructor parameters in io.qt.httpserver with type arguments of type QHttpServerRequestModifierConstructorDescriptionQHttpServerRouterRule
(String pathPattern, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString,, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&)