tooManyRequests method

void tooManyRequests()

Sets status to 429 Too Many Requests.

Implementation

void tooManyRequests() => setStatus(429);