Versions in this module Expand all Collapse all v0 v0.1.0 Sep 15, 2024 Changes in this version + func Apply(handler http.Handler, middleware ...Middleware) http.Handler + type Middleware interface + Handle func(w http.ResponseWriter, r *http.Request, next http.Handler) + type MiddlewareFunc func(w http.ResponseWriter, r *http.Request, next http.Handler) + func (f MiddlewareFunc) Handle(w http.ResponseWriter, r *http.Request, next http.Handler)