mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add httpin (#4059)
This commit is contained in:
parent
dca1e8c039
commit
7b520f2ac2
@ -966,6 +966,7 @@ _Libraries for working with forms._
|
||||
- [formam](https://github.com/monoculum/formam) - decode form's values into a struct.
|
||||
- [forms](https://github.com/albrow/forms) - Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
|
||||
- [gorilla/csrf](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services.
|
||||
- [httpin](https://github.com/ggicci/httpin) - Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc.
|
||||
- [nosurf](https://github.com/justinas/nosurf) - CSRF protection middleware for Go.
|
||||
- [qs](https://github.com/sonh/qs) - Go module for encoding structs into URL query parameters.
|
||||
- [queryparam](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types.
|
||||
|
Loading…
Reference in New Issue
Block a user