Versions in this module Expand all Collapse all v0 v0.2.0 Jul 6, 2024 v0.1.0 Jun 27, 2024 Changes in this version + var ConnectionHeader = textproto.CanonicalMIMEHeaderKey("connection") + var XRequestIDHeader = textproto.CanonicalMIMEHeaderKey("x-request-id") + func Chain(h http.Handler, middlewares ...func(next http.Handler) http.Handler) http.Handler + func DefaultChain(h http.Handler, log *app.Logger) http.Handler + func Recoverer(log *app.Logger) func(next http.Handler) http.Handler + func RequestLogger(log *app.Logger) func(next http.Handler) http.Handler + func RequireRequestId(next http.Handler) http.Handler