Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2025 Changes in this version + func IsExemptFromRateLimits(r *http.Request) bool + func Middleware(cfg Config) func(http.Handler) http.Handler + func ShouldBypassGlobalLimit(r *http.Request) bool + type Config struct + APIKeys map[string]Tier + Enabled bool + type Tier string + const TierEnterprise + const TierFree + const TierPartner + const TierPro + func GetTier(r *http.Request) Tier