Gorilla Web Toolkit

Results 18 repositories owned by Gorilla Web Toolkit

csrf

860
Stars
124
Forks
Watchers

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

schema

1.2k
Stars
200
Forks
Watchers

Package gorilla/schema fills a struct with form values.

sessions

2.5k
Stars
326
Forks
Watchers

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

securecookie

603
Stars
125
Forks
Watchers

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

mux

18.4k
Stars
1.8k
Forks
314
Watchers

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

websocket

18.6k
Stars
3.1k
Forks
Watchers

A fast, well-tested and widely used WebSocket implementation for Go.

handlers

1.5k
Stars
248
Forks
Watchers

A collection of useful middleware for Go HTTP services & web applications 🛃

context

415
Stars
133
Forks
Watchers

A golang registry for global request variables.

feeds

638
Stars
119
Forks
Watchers

golang rss/atom generator library

http

255
Stars
54
Forks
Watchers

An alternative HTTP client implementation for Go.