在没有 TCP 端口的情况下通过 Flask 调度 URL
我想构建一个混合应用程序(嵌入到桌面应用程序中的 Web 技术)。
我将从 Web 版本开始,并使用 WebKit 嵌入它,但我不希望嵌入版本通过 TCP 端口服务请求。
使用 WebKit(Qt、Gtk),我可以拦截所有 URL 请求并对其进行操作。
我缺少的是一种无需通过 TCP(或 WSGI)即可调用 Flask URL 可调用调度程序的方法。
还有比使用调试器分析调用堆栈更好的想法吗?
I want to build a hybrid application (Web technologies embedded in a desktop app).
I will start with a Web version and the embed it using WebKit, but I don't want the embedded version to service requests through a TCP port.
With WebKit (Qt,Gtk) I can intercept all URL requests and act on them.
What I'm missing is a way to invoke the Flask URL-to-callable dispatcher without going through TCP (or WSGI).
Any ideas better than analyzing the call stack with a debugger?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Simon Sapin 在(相当活跃的)Flask 邮件列表上回复:
Simon Sapin answered on the (quite active) Flask mailing list: