Versions in this module Expand all Collapse all v2 v2.0.1 Feb 2, 2026 Changes in this version + type Middleware struct + Timeout time.Duration + func New(opts Options) (*Middleware, error) + func (m *Middleware) Handler(next http.Handler) http.Handler + func (m *Middleware) Middleware() func(http.Handler) http.Handler + type Options struct + Timeout time.Duration Other modules containing this package github.com/aatuh/api-toolkit