Zum Hauptinhalt springen
G

Gorilla Mux

Powerful HTTP router for Go

A powerful HTTP router and URL matcher for building Go web servers. Implements http.Handler interface for seamless integration with Go's standard library.

20K
GitHub Stars
none
TypeScript
easy
Learning Curve
4.2
DX Score

Preise

Model
free
Kostenlose Stufe
BSD-3-Clause licensed, fully open source

Funktionen

  • URL path variables
  • Regex patterns
  • Request matching
  • URL reversal
  • Subrouting
  • Custom matchers
  • Route walking
  • Middleware support
  • Standard http.Handler

Vorteile

  • + Very flexible routing
  • + Standard library compatible
  • + Mature and stable
  • + Well documented
  • + No magic

Nachteile

  • - Slower than httprouter
  • - Just a router
  • - Maintenance mode
  • - No built-in middleware

Am besten für

startup indie hacker
backend router http standard-library gorilla