1. Net::
  2. HTTPTooManyRequests

class Net::HTTPTooManyRequests

Response class forToo Many Requests responses (status code 429).

The user has sent too many requests in a given amount of time.

This class also includes (indirectly) moduleNet::HTTPHeader, which gives access to itsmethods for getting headers.

References: