aim_server_form 0.1.1
aim_server_form: ^0.1.1 copied to clipboard
Form data parsing for aim_server framework. Supports application/x-www-form-urlencoded format.
aim_server_form #
Form data parsing for the Aim framework.
Overview #
aim_server_form provides support for parsing application/x-www-form-urlencoded form data in Aim server applications. It offers a simple, type-safe API for accessing form fields with support for default values and validation. Automatic URL decoding and Content-Type validation are included.
Installation #
dependencies:
aim_server: ^0.0.6
aim_server_form: ^0.0.1
Documentation #
For detailed usage, examples, and API reference, see the documentation.