aim_server_form
Form data parsing for aim_server framework. Supports application/x-www-form-urlencoded format.
0.1.1
aim-dart/aim
What this package is like to depend on
Last release 7 months ago
20 Jan 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
8 months old
2 releases · first in 2025
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Dec 2025 to Jan 2026
2026
Releases
latest 2-
0.1.120 Jan 2026 -
0.0.125 Dec 2025Release notes
Open source →- Initial release of
aim_formpackage - Added
formData()extension method on Request for parsingapplication/x-www-form-urlencodedform data - Added
FormDataclass for type-safe access to parsed form data - Support for default values via
get()method - Automatic URL decoding of form values
- Content-Type validation with helpful error messages
- Full Unicode support
- Immutable form data for thread safety
- Comprehensive test coverage with unit and integration tests
- Complete example application demonstrating common use cases
- Security best practices documentation
- Initial release of