# asgi

URL: /pounce/api/asgi/
Section: asgi
Description: ASGI protocol bridge.

Translates between pounce's internal connection handling and the ASGI 3.0
protocol that applications expect (scope, receive, send).

Modules:
- bridge: Constructs ASGI scope/receive/send for HTTP requests
- ws_bridge: Constructs ASGI scope/receive/send for WebSocket connections
- lifespan: ASGI lifespan protocol (startup/shutdown events)

---

> For a complete page index, fetch /pounce/llms.txt.

Open LLM text
(/pounce/api/asgi/index.txt)

Share with AI

Ask Claude
(https://claude.ai/new?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fasgi%2Findex.txt)

Ask ChatGPT
(https://chatgpt.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fasgi%2Findex.txt)

Ask Gemini
(https://gemini.google.com/app?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fasgi%2Findex.txt)

Ask Copilot
(https://copilot.microsoft.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fasgi%2Findex.txt)

Module

#
`asgi`

ASGI protocol bridge.

Translates between pounce's internal connection handling and the ASGI 3.0
protocol that applications expect (scope, receive, send).

Modules:

- bridge: Constructs ASGI scope/receive/send for HTTP requests

- ws_bridge: Constructs ASGI scope/receive/send for WebSocket connections

- lifespan: ASGI lifespan protocol (startup/shutdown events)
