ExcludePredicate

internal typealias ExcludePredicate = suspend (<Error class: unknown class>) -> Boolean(source)

A predicate that determines whether a specific request should be excluded from rate limiting.

Return

true if the request should be excluded from rate limiting, false otherwise.