QHttpServer#
Synopsis#
Functions#
def
afterRequest
(callback)def
route
(rule, callback)def
router
()
Detailed Description#
- class PySide6.QtHttpServer.QHttpServer([parent=None])#
- Parameters
parent –
PySide6.QtCore.QObject
- PySide6.QtHttpServer.QHttpServer.afterRequest(callback)#
- Parameters
callback –
PyCallable
- PySide6.QtHttpServer.QHttpServer.route(rule, callback)#
- Parameters
rule – str
callback –
PyCallable
- Return type
bool
- PySide6.QtHttpServer.QHttpServer.router()#
- Return type