Versions in this module Expand all Collapse all v0 v0.9.0 Mar 31, 2016 Changes in this version + const RequestIDKey + const StatusClientClosedRequest + func CloseNotify(next chi.Handler) chi.Handler + func Compress(level int, types ...string) func(next http.Handler) http.Handler + func DefaultCompress(next http.Handler) http.Handler + func GetReqID(ctx context.Context) string + func Logger(next chi.Handler) chi.Handler + func NoCache(h http.Handler) http.Handler + func RealIP(h http.Handler) http.Handler + func Recoverer(next chi.Handler) chi.Handler + func RequestID(next chi.Handler) chi.Handler + func Throttle(limit int) func(chi.Handler) chi.Handler + func ThrottleBacklog(limit int, backlogLimit int, backlogTimeout time.Duration) func(chi.Handler) chi.Handler + func Timeout(timeout time.Duration) func(next chi.Handler) chi.Handler Other modules containing this package gopkg.in/go-chi/chi.v1 gopkg.in/go-chi/chi.v2 gopkg.in/go-chi/chi.v3 gopkg.in/go-chi/chi.v4