Gorilla web toolkit
Gorilla web toolkit
csrf
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
schema
Package gorilla/schema fills a struct with form values.
sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
websocket
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
handlers
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
context
Package gorilla/context is a golang registry for global request variables.
feeds
Package gorilla/feeds is a golang rss/atom generator library
http
Package gorilla/http is an alternative HTTP client implementation for Go.