isTooManyRequests top-level property

Matcher isTooManyRequests

Asserts if the response is a HttpStatus.tooManyRequests.

Implementation

Matcher get isTooManyRequests => hasStatus(HttpStatus.tooManyRequests);