Options for rate and quota limiting backend functions.
This mirrors the type in Kotlin. It is not the type the developer defines in their code, which is LimiterConfig.
Optional
Array of quota limit configurations, allowing different limits at different scopes.
Array of rate limit configurations, allowing different limits at different scopes.
Options for rate and quota limiting backend functions.
This mirrors the type in Kotlin. It is not the type the developer defines in their code, which is LimiterConfig.