RateLimit

fun RateLimit(storage: Storage): RouteScopedPlugin<Configuration>

Rate limit feature to block a request if a host has requested the server too often.

Parameters

storage

containing the persistence rate limit hits.