Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + type CORS struct + Headers func(r *http.Request) string + Methods func(r *http.Request) string + Origin func(r *http.Request) string + func (c *CORS) Handle(next http.Handler) http.Handler + type HealthCheck struct + Check func(r *http.Request) bool + Path string + func (c *HealthCheck) Handle(next http.Handler) http.Handler + type Logger struct + Log log.Logger + func (l *Logger) Handle(next http.Handler) http.Handler + type Recover struct + Recover func(err interface{}) + func (c *Recover) Handle(next http.Handler) http.Handler