aim_server_static 0.1.1
aim_server_static: ^0.1.1 copied to clipboard
Static file serving middleware for the Aim framework with security built-in.
aim_server_static #
Static file serving middleware for the Aim framework.
Overview #
aim_server_static provides secure static file serving for the Aim framework. It includes built-in security features like path traversal protection and dotfile restrictions. Supports directory serving with automatic MIME type detection, index file support, URL prefix matching, single file serving, and download support with custom filenames.
Installation #
dependencies:
aim_server: ^0.0.6
aim_server_static: ^0.0.1
Documentation #
For detailed usage, examples, and API reference, see the documentation.