form
Package form provides an easy to use way to parse form values from an HTTP request into a struct
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/23 07:00:40
added CI
LICENSE
767
2014/12/04 11:42:06
Initial Commit
README.md
1554
2026/07/05 17:06:03
removed retired link
errors.go
844
2024/08/14 20:34:41
corrected typo
examples_test.go
1289
2025/09/23 07:00:57
added simple example
form.go
5744
2026/06/30 19:45:48
updated usage of reflect.Ptr
form_test.go
13135
2026/06/30 19:46:03
update interface{} -> any
go.mod
44
2025/09/23 07:09:05
increase go version
processors.go
5473
2025/03/13 21:08:56
rewrote case insensitive boolean checking to use a simple, hardcoded state machine