Gorilla web toolkit

Results 18 repositories owned by Gorilla web toolkit

csrf

1.0k
Stars
155
Forks
Watchers

Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒

schema

1.3k
Stars
222
Forks
Watchers

Package gorilla/schema fills a struct with form values.

sessions

2.8k
Stars
371
Forks
Watchers

Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.

securecookie

674
Stars
152
Forks
Watchers

Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.

mux

20.3k
Stars
1.8k
Forks
314
Watchers

Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍

websocket

21.4k
Stars
3.4k
Forks
Watchers

Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

handlers

1.6k
Stars
271
Forks
Watchers

Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃

context

430
Stars
139
Forks
Watchers

Package gorilla/context is a golang registry for global request variables.

feeds

723
Stars
146
Forks
Watchers

Package gorilla/feeds is a golang rss/atom generator library

http

264
Stars
61
Forks
Watchers

Package gorilla/http is an alternative HTTP client implementation for Go.