Controlling the rate of traffic sent or received by a network interface controller.
Allowing only 100 req/min per IP address.
class RateLimiting:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Rate Limiting')