Skip to content
@gorilla

Gorilla web toolkit

Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.

OpenSSF Best Practices License

🦍 A helpful toolkit for building HTTP-based applications with the Go programming language.

Projects

A few of the most popular libraries:

  • mux, a powerful request router for web applications
  • sessions, making cookies and session management easy
  • websocket, a standards-compliant and widely used websocket library
  • handlers, a collection of useful middleware for Go HTTP applications.

Help

Open an issue on the relevant project. For security issues, see SECURITY.md.

Pinned

  1. mux mux Public

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

    Go 19.6k 1.8k

  2. websocket websocket Public

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

    Go 20.4k 3.5k

  3. sessions sessions Public

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

    Go 2.6k 370

  4. handlers handlers Public

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

    Go 1.6k 279

  5. schema schema Public

    Package gorilla/schema fills a struct with form values.

    Go 1.2k 219

  6. csrf csrf Public

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

    Go 953 156

Repositories

Showing 10 of 19 repositories
  • websocket Public

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

    Go 20,365 BSD-3-Clause 3,467 39 17 Updated Dec 14, 2023
  • mux Public

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

    Go 19,626 BSD-3-Clause 1,831 14 8 Updated Dec 7, 2023
  • pat Public

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

    Go 132 BSD-3-Clause 23 0 1 Updated Dec 7, 2023
  • handlers Public

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

    Go 1,578 BSD-3-Clause 279 12 4 Updated Nov 23, 2023
  • schema Public

    Package gorilla/schema fills a struct with form values.

    Go 1,244 BSD-3-Clause 219 8 4 Updated Nov 9, 2023
  • securecookie Public

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

    Go 640 BSD-3-Clause 155 5 3 Updated Nov 8, 2023
  • .github Public

    The .github repository for the @gorilla organization.

    8 BSD-3-Clause 9 0 1 Updated Nov 5, 2023
  • gorilla.github.io Public

    Gorilla web toolkit's website.

    HTML 58 BSD-3-Clause 21 0 1 Updated Nov 5, 2023
  • context Public

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

    Go 426 BSD-3-Clause 140 0 1 Updated Nov 5, 2023
  • css Public

    Package gorilla/css is a CSS3 tokenizer.

    Go 80 BSD-3-Clause 37 3 2 Updated Nov 5, 2023