# Functions
Logger is a middleware that logs incoming requests and logging some of the details to slog.
MakeChain wraps a list of middlewares in a chain.
NewMetricsMiddleware returns a new Metrics middleware.
# Type aliases
Middleware is a function that takes an http.Handler and returns an http.Handler.