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
1695
2025/09/28 14:01:33
corrected typo
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
5740
2025/09/23 06:44:27
rewrote funcs to make reading easier
form_test.go
13143
2022/08/03 12:25:27
no need for ioutil package here, can just use io
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