Versions in this module Expand all Collapse all v4 v4.0.0 Jul 11, 2026 Changes in this version + type ErrorWriter func(http.ResponseWriter, int, httpx.Problem) + type Middleware struct + 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 + ErrorWriter ErrorWriter + LimitParam string + MaxKeyLength int + MaxLimit int + MaxParams int + MaxValueLength int Other modules containing this package github.com/aatuh/api-toolkit/v2 github.com/aatuh/api-toolkit/v3