Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-debug-asgi
Datasette plugin for dumping out the ASGI scope
https://github.com/simonw/datasette-debug-asgi
asgi datasette-io datasette-plugin
Last synced: 27 days ago
JSON representation
Datasette plugin for dumping out the ASGI scope
- Host: GitHub
- URL: https://github.com/simonw/datasette-debug-asgi
- Owner: simonw
- License: apache-2.0
- Created: 2020-02-05T00:57:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T23:41:03.000Z (about 3 years ago)
- Last Synced: 2024-10-06T20:29:03.427Z (about 1 month ago)
- Topics: asgi, datasette-io, datasette-plugin
- Language: Python
- Homepage: https://datasette.io/plugins/datasette-debug-asgi
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datasette-debug-asgi
[![PyPI](https://img.shields.io/pypi/v/datasette-debug-asgi.svg)](https://pypi.org/project/datasette-debug-asgi/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-debug-asgi?include_prereleases&label=changelog)](https://github.com/simonw/datasette-debug-asgi/releases)
[![Tests](https://github.com/simonw/datasette-debug-asgi/workflows/Test/badge.svg)](https://github.com/simonw/datasette-debug-asgi/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-debug-asgi/blob/main/LICENSE)Datasette plugin for dumping out the ASGI scope.
Adds a new URL at `/-/asgi-scope` which shows the current ASGI scope. Demo here: https://datasette.io/-/asgi-scope
## Installation
pip install datasette-debug-asgi
## Usage
Visit `/-/asgi-scope` to see debug output showing the ASGI scope.
You can add query string parameters such as `/-/asgi-scope?q=hello`.
You can also add extra path components such as `/-/asgi-scope/more/path/here`.