routes

package
v0.22.2 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HistoryMiddleware

func HistoryMiddleware(recorder history.Recorder, next http.Handler) http.HandlerFunc

HistoryMiddleware records HTTP access events into history.

func LoggingMiddleware

func LoggingMiddleware(logger *slog.Logger, next http.Handler) http.Handler

LoggingMiddleware wraps a handler with structured access logging.

func NewRouter

func NewRouter(
	appFS fs.FS,
	api *handler.API,
	routePrefix string,
	logger *slog.Logger,
) (http.Handler, error)

NewRouter builds the HTTP router and applies optional route prefixing.

func NormalizeRoutePrefix

func NormalizeRoutePrefix(input string) string

NormalizeRoutePrefix returns "" or "/prefix" from input, accepting raw paths or full URLs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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