[Gobrake official documentation][docs-official] [pkg.go.dev documentation][docs]
The main features of airbrake/gobrake are: Web Framework Middleware.
Open-source alternatives to airbrake/gobrake include: elixir-plug/plug — Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications.… aschenmaker/fiber-health-check — A health check middleware for fiber web framework. beyer-stefan/gofiber-minifier — Minifier for Fiber ("gofiber") supporting HTML5, CSS3, and JavaScript. darkweak/souin — An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh,… davidhoenisch/fiber-coraza — A high-performance Coraza WAF middleware for Go Fiber. apitally/apitally-go — API monitoring & analytics made simple Metrics, logs, traces, and alerts for your APIs — with just a few lines of code.
Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications. It provides a system for managing HTTP request pipelines and a routing engine that dispatches incoming requests to specific handlers based on methods and URL patterns. The project enables the creation of interchangeable web middleware for tasks such as authentication, logging, and session management. It also includes mechanisms for upgrading standard HTTP requests to full-duplex WebSocket connections. The capability surface covers request body parsing, static asset delivery,
A health check middleware for fiber web framework.
Minifier for Fiber ("gofiber") supporting HTML5, CSS3, and JavaScript.
API monitoring & analytics made simple Metrics, logs, traces, and alerts for your APIs — with just a few lines of code.