Versions in this module Expand all Collapse all v0 v0.3.0 Sep 22, 2022 Changes in this version + func Heartbeat(endpoint string) func(http.Handler) http.Handler + func Timeout(timeout time.Duration) func(next http.Handler) http.Handler v0.2.0 Sep 20, 2022 Changes in this version + var RequestIDHeader = "X-Request-ID" + func BasicAuth(realm string, credentials map[string]string) func(next http.Handler) http.Handler + func GetRequestID(ctx context.Context) string + func Logger(next http.Handler) http.Handler + func NoCache(next http.Handler) http.Handler + func Recoverer(next http.Handler) http.Handler + func RequestID(next http.Handler) http.Handler