-
ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving.
-
WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.
-
Common methods used by WSGI and ASGI handlers.