Versions in this module Expand all Collapse all v1 v1.0.0 Jan 23, 2020 Changes in this version + var DefaultOptions = Options + func Wrap(next http.Handler) http.Handler + func WrapWith(next http.Handler, opts Options) http.Handler + type Colors struct + Cyan string + Green string + Grey string + Red string + Reset string + Yellow string + type Options struct + Colors *Colors + Filter func(r *http.Request, code int, duration time.Duration, size int64) bool + Format string + TimeFormat string + TrustProxy bool + Writer io.Writer Other modules containing this package github.com/jpillora/requestlog/v2