middleware

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BearerToken

func BearerToken(c *base.Context) string

BearerToken extracts the Bearer token from the Authorization header, returning an empty string if not present.

func GetSentryHub

func GetSentryHub(c *base.Context) *sentry.Hub

GetSentryHub returns the per-request Sentry hub stored in the echo context, or nil when Sentry is not configured.

func Logger

func Logger(l logger.Logger) base.MiddlewareFunc

Logger emits structured logs for every HTTP request.

func Sentry

func Sentry() base.MiddlewareFunc

Sentry returns a middleware that attaches a per-request Sentry hub to the echo context and captures any panics before the Recover middleware handles them.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL