aim_server_form 0.0.1
aim_server_form: ^0.0.1 copied to clipboard
Form data parsing for aim_server framework. Supports application/x-www-form-urlencoded format.
0.0.1 #
- 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