RateLimiter provides an interface for rate limiting HTTP requests.
Check whether a request can be made for a bucket. If the bucket is on cooldown, wait until the cooldown resets before returning.
Update a given bucket with headers returned from a request.
See Implementation
RateLimiter provides an interface for rate limiting HTTP requests.