Versions in this module Expand all Collapse all v0 v0.10.0 Apr 13, 2026 Changes in this version + type Middleware struct + func (m *Middleware) ServeHTTP(ctx context.Context, c *app.RequestContext) v0.9.0 Mar 1, 2026 Changes in this version + func Init() error v0.8.0 Jan 21, 2026 Changes in this version + type BufferingMiddleware struct + func NewMiddleware(config Config) *BufferingMiddleware + func (m *BufferingMiddleware) ServeHTTP(ctx context.Context, c *app.RequestContext) + type Config struct + MaxRequestBodySize int64