Versions in this module Expand all Collapse all v1 v1.1.0 Jun 30, 2026 v1.0.0 Jun 25, 2026 Changes in this version + type Middleware = func(*http.Request, MiddlewareNext) (*http.Response, error) + type MiddlewareNext = func(*http.Request) (*http.Response, error) + type RequestLogger struct + func NewRequestLogger() *RequestLogger + func (m *RequestLogger) Middleware() Middleware