modal.asgi_app
Decorator for registering an ASGI app with a Modal function.
Asynchronous Server Gateway Interface (ASGI) is a standard for Python synchronous and asynchronous apps, supported by all popular Python web libraries. This is an advanced decorator that gives full flexibility in defining one or more web endpoints on Modal.
Usage:
To learn how to use Modal with popular web frameworks, see the guide on web endpoints.