Versions in this module Expand all Collapse all v0 v0.27.1 Feb 5, 2026 Changes in this version + func DefaultResponse(c *fox.Context) v0.27.0 Feb 1, 2026 Changes in this version + const NoTimeout + func DefaultTimeoutResponse(c *fox.Context) + func Middleware(dt time.Duration, opts ...Option) fox.MiddlewareFunc + func OverrideHandler(dt time.Duration) fox.RouteOption + func OverrideRead(dt time.Duration) fox.RouteOption + func OverrideWrite(dt time.Duration) fox.RouteOption + type Option interface + func WithResponse(h fox.HandlerFunc) Option + type Timeout struct