Versions in this module Expand all Collapse all v0 v0.1.0 Jul 19, 2026 Changes in this version + func New(cfg ...Config) fiber.Handler + type Config struct + Burst int + CleanupInterval time.Duration + Cost func(c fiber.Ctx) float64 + DisableHeaders bool + Expiration time.Duration + KeyGenerator func(c fiber.Ctx) string + LimitFor func(c fiber.Ctx) core.Limit + LimitReached fiber.Handler + Max int + MaxKeyLength int + MaxKeys int + Next func(c fiber.Ctx) bool + Shards int + SkipFailedRequests bool + SkipSuccessfulRequests bool + Store core.Store