aim_server_multipart 0.1.1
aim_server_multipart: ^0.1.1 copied to clipboard
Multipart form data parsing for aim_server framework. Supports multipart/form-data format.
aim_server_multipart #
Multipart form data parser for the Aim framework.
Overview #
aim_server_multipart provides secure and efficient parsing of multipart/form-data requests for the Aim framework. It handles single and multiple file uploads with automatic filename sanitization to prevent path traversal attacks. Supports configurable size limits, MIME type filtering, and efficient stream processing. RFC 7578 compliant.
Installation #
dependencies:
aim_server: ^0.0.6
aim_server_multipart: ^0.0.1
Documentation #
For detailed usage, examples, and API reference, see the documentation.