Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2023 Changes in this version + type Adapter func(http.Handler) http.Handler + func (m Adapter) Wrap(next http.Handler) http.Handler + type Instrument struct + Duration *prometheus.HistogramVec + func (i Instrument) Wrap(next http.Handler) http.Handler + type Interface interface + Wrap func(http.Handler) http.Handler + func Merge(middlesware ...Interface) Interface + type StatusRecorder struct + Status int + func (sr *StatusRecorder) WriteHeader(status int)