Documentation ¶
Index ¶
- Constants
- func Authenticated(env env.Interface) func(http.Handler) http.Handler
- func Body(h http.Handler) http.Handler
- func Headers(h http.Handler) http.Handler
- func Log(env env.Core, auditLog, baseLog *logrus.Entry) func(http.Handler) http.Handler
- func Lowercase(h http.Handler) http.Handler
- func Metrics(m metrics.Interface) func(http.Handler) http.Handler
- func Panic(h http.Handler) http.Handler
- func SystemData(h http.Handler) http.Handler
- func Validate(env env.Core, apis map[string]*api.Version) func(http.Handler) http.Handler
Constants ¶
View Source
const ( ContextKeyLog contextKey = iota ContextKeyOriginalPath ContextKeyBody ContextKeyCorrelationData ContextKeySystemData )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.