Go library for HTTP form parsing

Bozhin Zafirov 2ee7cabc8c add validator to check if field value is one of a pre-defined list il y a 8 ans
.gitignore e624888d6a Initial commit il y a 8 ans
LICENSE 5537c7ad54 initial import il y a 8 ans
README.md 5537c7ad54 initial import il y a 8 ans
constructors.go 01665e4e3e simplify FormField by removing Label and Type properties il y a 8 ans
errors.go 5537c7ad54 initial import il y a 8 ans
forms.go e4cdbce8d7 add methods for easier conversion to int and float without error checking il y a 8 ans
validate.go 01665e4e3e simplify FormField by removing Label and Type properties il y a 8 ans
validators.go 2ee7cabc8c add validator to check if field value is one of a pre-defined list il y a 8 ans

README.md

forms

A golang library for HTTP form parsing.