Forms Go Libraries Ranking
Libraries for working with forms.
13 repositories, updated daily.
- Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
- Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc.
- Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
- Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
- Checker helps validating user input through rules defined in struct tags or directly through functions.
- Decode `url.Values` into usable struct values of standard or custom types.
- Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation
- Eliminates boilerplate code for parsing HTTP requests by binding cookies, headers, query params, path params, body to structs and more by using simple tags.