nosurf
CSRF protection middleware for Go.
1,726
Eliminates boilerplate code for parsing HTTP requests by binding cookies, headers, query params, path params, body to structs and more by using simple tags.
CSRF protection middleware for Go.
CSRF protection for Go web applications & services.
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.