Versions in this module Expand all Collapse all v1 v1.4.9 Sep 30, 2020 Changes in this version + func RequestID(ctx context.Context) string + type Chain struct + func NewChain(middlewares ...Middleware) Chain + func (c Chain) Handler(h http.Handler) http.Handler + type GenerateIDFunc func() string + type Middleware func(http.Handler) http.Handler + func RequireCert() Middleware + func WithRequestID(generator GenerateIDFunc) Middleware Incompatible versions in this module v2.1.1+incompatible Jun 1, 2020