Versions in this module Expand all Collapse all v1 v1.4.0 Nov 21, 2020 v1.3.1 Nov 29, 2019 Changes in this version + func DefaultTags(r *http.Request) []string + func WithRecovery(h http.Handler, lable log.Loggable) http.Handler + func WithRequestStats(h http.Handler, sable stats.Statable, fns ...TagsFunc) http.Handler + type Recovery struct + func (m Recovery) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ResponseWriter interface + BytesWritten func() int64 + Status func() int + func NewResponseWriter(rw http.ResponseWriter) ResponseWriter + type TagsFunc func(*http.Request) []string Other modules containing this package github.com/hamba/pkg/v2