view.run.asgi

Functions

asgi_for_app(app, /)

Generate an ASGI-compliant callable for a given app, allowing it to be executed in an ASGI server.

Classes

ASGIBodyMixin

ASGIHttpReceiveResult

ASGIHttpScope

ASGIHttpSendBody

ASGIHttpSendStart

ASGIScopeData

asgi_for_app(app: BaseApp, /) ASGIProtocol

Generate an ASGI-compliant callable for a given app, allowing it to be executed in an ASGI server.

Don’t use this directly; prefer the view.core.app.BaseApp.wsgi() method instead.