Versions in this module Expand all Collapse all v1 v1.8.1 Jun 20, 2018 Changes in this version + func WithContext(ctx context.Context, h http.Handler) http.Handler + func WithRecovery(h http.Handler) http.Handler + func WithRequestStats(h http.Handler) http.Handler + func WithResponseTime(h http.Handler) http.Handler + type Recovery struct + func (m Recovery) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ResponseWriter interface + Status func() int + func NewResponseWriter(rw http.ResponseWriter) ResponseWriter Incompatible versions in this module v2.5.0+incompatible Oct 19, 2018 v2.4.0+incompatible Oct 2, 2018 Other modules containing this package github.com/msales/pkg/v3 github.com/msales/pkg/v4