aboutsummaryrefslogtreecommitdiff
path: root/form.c
Commit message (Collapse)AuthorAgeFilesLines
* form.c: Fix leak on invalid formv0.5.1Xavier Del Campo Romero2025-10-261-2/+1
| | | | | When one or more entries have been appended to a struct form instance, but then an error occurs, those valid entries must be deallocated, too.
* Implement form interfaceXavier Del Campo Romero2025-10-021-0/+193
This new interface allows library users to parse application/x-www-form-urlencoded data conveniently.