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
-
..
-
LICENSE
767
2014/12/04 11:42:06
Initial Commit
-
README.md
2459
2025/03/12 21:10:42
updated README
-
errors.go
844
2024/08/14 20:34:41
corrected typo
-
form.go
5194
2025/03/12 21:10:29
use PointerTo instead of PtrTo
-
form_test.go
13143
2022/08/03 12:25:27
no need for ioutil package here, can just use io
-
go.mod
44
2021/07/25 12:32:28
updated go mod files
-
processors.go
5473
2025/03/13 21:08:56
rewrote case insensitive boolean checking to use a simple, hardcoded state machine