gorilla topic

List gorilla repositories

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.

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.

websocket

304
Stars
45
Forks
Watchers

Gorilla WebSocket implementation for fasthttp.

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.

http

255
Stars
54
Forks
Watchers

An alternative HTTP client implementation for Go.

pat

121
Stars
18
Forks
Watchers

a pretty simple HTTP router for Go.