Gorilla web toolkit
Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.
The World
Pinned Repositories
context
Package gorilla/context is a golang registry for global request variables.
csrf
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
feeds
Package gorilla/feeds is a golang rss/atom generator library
handlers
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
rpc
Package gorilla/rpc is a golang foundation for RPC over HTTP services.
schema
Package gorilla/schema fills a struct with form values.
securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
websocket
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
Gorilla web toolkit's Repositories
gorilla/websocket
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
gorilla/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
gorilla/handlers
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
gorilla/schema
Package gorilla/schema fills a struct with form values.
gorilla/csrf
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
gorilla/feeds
Package gorilla/feeds is a golang rss/atom generator library
gorilla/securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
gorilla/rpc
Package gorilla/rpc is a golang foundation for RPC over HTTP services.
gorilla/context
Package gorilla/context is a golang registry for global request variables.
gorilla/http
Package gorilla/http is an alternative HTTP client implementation for Go.
gorilla/pat
Package gorilla/pat is a pretty simple HTTP router for Go.
gorilla/css
Package gorilla/css is a CSS3 tokenizer.
gorilla/muxy
Package gorilla/muxy takes gorilla/mux to the next level
gorilla/gorilla.github.io
Gorilla web toolkit's website.
gorilla/reverse
Package gorilla/reverse is a set of utilities to create request routers.
gorilla/i18n
Package gorilla/i18n groups packages related to internationalization
gorilla/template
A fork of the standard template packages.
gorilla/.github
The .github repository for the @gorilla organization.