Package io.muserver

Interface RateLimitSelector

    • Method Detail

      • select

        RateLimit select​(MuRequest request)
        Selects a rate limit bucket based on the current request.
        Parameters:
        request - An incoming request
        Returns:
        A rate limit object, or null to not apply rate limiting to this request.