implementation("io.ktor:ktor-server-rate-limit:3.4.2")
Limits client requests over time using the token bucket algorithm, configurable globally or per route.