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 TypeMethodDescriptionvoid
QHttpServer.MissingHandler.accept
(QHttpServerRequest request, QHttpServerResponder responder) void
QHttpServerRouterRule.RouterHandler.accept
(QRegularExpressionMatch arg__1, QHttpServerRequest arg__2, QHttpServerResponder arg__3) protected 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 TypeMethodDescriptionvoid
QHttpServer.afterRequest
(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action)