Module

app.runtime

ASGI runtime dispatch for App.

Classes

ASGIRuntime 2
Dispatches ASGI scopes to lifecycle or request handling.

Dispatches ASGI scopes to lifecycle or request handling.

Methods

handle 3
async
async def handle(self, scope: Scope, receive: Receive, send: Send) -> None
Parameters
Name Type Description
scope
receive
send
Internal Methods 1
__init__ 5
def __init__(self, config: AppConfig, mutable_state: MutableAppState, runtime_state: RuntimeAppState, lifecycle: LifecycleCoordinator, ensure_frozen: Callable[[], None]) -> None
Parameters
Name Type Description
config
mutable_state
runtime_state
lifecycle
ensure_frozen