add roamer for forms

This commit is contained in:
Kirill Malikov 2025-09-14 15:54:38 +03:00 committed by Avelino
parent a9e45758c2
commit df3b620f4d

View File

@ -1216,6 +1216,7 @@ _Libraries for working with forms._
- [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.
- [roamer](https://github.com/slipros/roamer) - Eliminates boilerplate code for parsing HTTP requests by binding cookies, headers, query params, path params, body to structs and more by using simple tags.
**[⬆ back to top](#contents)**