Go library for HTTP form parsing

Bozhin Zafirov e4cdbce8d7 add methods for easier conversion to int and float without error checking 8 years ago
.gitignore e624888d6a Initial commit 8 years ago
LICENSE 5537c7ad54 initial import 8 years ago
README.md 5537c7ad54 initial import 8 years ago
constructors.go 01665e4e3e simplify FormField by removing Label and Type properties 8 years ago
errors.go 5537c7ad54 initial import 8 years ago
forms.go e4cdbce8d7 add methods for easier conversion to int and float without error checking 8 years ago
validate.go 01665e4e3e simplify FormField by removing Label and Type properties 8 years ago

README.md

forms

A golang library for HTTP form parsing.