Versions in this module Expand all Collapse all v0 v0.2.0 Jun 1, 2019 Changes in this version + func RequestID(req *http.Request) string + func RequestLogger(base *log.Logger, req *http.Request) *log.Logger + func WithRequestID(req *http.Request, id string) *http.Request + type Summary struct + Duration time.Duration + Status int + Written int64 + func ServeInstrumented(h http.Handler, w http.ResponseWriter, req *http.Request) Summary + func (s Summary) KV() log.KV v0.1.0 Apr 13, 2019 Changes in this version + func Path(req *http.Request) string + func Shift(req *http.Request) string + func WithPath(req *http.Request) *http.Request