用于转储 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
。