gpt4 book ai didi

python - 重定向路由严格斜线

转载 作者:太空宇宙 更新时间:2023-11-03 14:28:51 25 4
gpt4 key购买 nike

我正在尝试对 webapp2 重定向路由使用严格的斜杠,但出现此值错误 -

ValueError: Routes with strict_slash must have a name.

这是我的其中一条路线的示例 -

RedirectRoute(r'/',handler=IndexHandler,strict_slash=True)

如果我没有 strict_slash 位,它工作正常。

最佳答案

我不知道为什么带有 strict_slash 的路由需要有一个名称,但以下应该可行:

RedirectRoute(r'/',handler=IndexHandler,strict_slash=True,name='some_name')

关于python - 重定向路由严格斜线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15180210/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com