gorilla-web-toolkit topic

List gorilla-web-toolkit repositories

csrf

1.0k
Stars
156
Forks
Watchers

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

schema

1.4k
Stars
227
Forks
Watchers

Package gorilla/schema fills a struct with form values.

sessions

2.9k
Stars
371
Forks
Watchers

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

securecookie

689
Stars
150
Forks
Watchers

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

mux

20.7k
Stars
1.8k
Forks
314
Watchers

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

websocket

22.7k
Stars
3.5k
Forks
377
Watchers

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

handlers

1.7k
Stars
271
Forks
Watchers

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

http

268
Stars
62
Forks
Watchers

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

pat

152
Stars
24
Forks
Watchers

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

rpc

594
Stars
179
Forks
Watchers

Package gorilla/rpc is a golang foundation for RPC over HTTP services.