datasette-debug-asgi 由 simonw

Star

README 源代码

datasette-debug-asgi

PyPI Changelog Tests License

用于转储 ASGI 范围的 Datasette 插件。

/-/asgi-scope 添加了一个新的 URL,显示当前的 ASGI 范围。演示地址:https://datasette.com.cn/-/asgi-scope

安装

pip install datasette-debug-asgi

用法

访问 /-/asgi-scope 查看显示 ASGI 范围的调试输出。

您可以添加查询字符串参数,例如 /-/asgi-scope?q=hello

您还可以添加额外的路径组件,例如 /-/asgi-scope/more/path/here