
implementation("io.ktor:ktor-server-rate-limit:3.5.0")Implements rate limiting using the token bucket algorithm, allowing configuration of request limits per time period. Supports global or route-specific limits, with options to define request keys and weights.