gorilla topic

List gorilla repositories

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.

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.

websocket

508
Stars
54
Forks
Watchers

WebSocket implementation for fasthttp.

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.

http

264
Stars
61
Forks
Watchers

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

pat

147
Stars
23
Forks
Watchers

Package gorilla/pat is a pretty simple HTTP router for Go.