Types

ASGI type aliases.

ASGI type aliases for genro-asgi.

Type aliases following the ASGI spec (MutableMapping, not TypedDict, for extensibility):

Scope — connection metadata (type, method, path, headers, …) Message — messages between app and server (type key identifies the message) Receive — async callable to get next message Send — async callable to send a message ASGIApp — the standard ASGI application signature