- class QHttpServerRouterRule#
概述#
方法#
def
exec()
虚方法#
def
matches()
注意
此文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译存在问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告诉我们
详细描述#
- exec(request, responder)#
- 参数:
请求
–QHttpServerRequest
响应者
–QHttpServerResponder
- 返回类型:
bool
- hasValidMethods()#
- 返回类型:
bool
- matches(request, match)#
- 参数:
请求
–QHttpServerRequest
match –
QRegularExpressionMatch
- 返回类型:
bool