Description
Provides WAI middleware for serving requests to static files. Middleware can add static file handling to an existing web application without replacing the main application logic.
It is useful for assets, documentation, downloads, development servers, and small web services. Developers should configure file roots, caching, MIME types, and path traversal protections carefully.