isGatewayTimeout top-level property

Matcher isGatewayTimeout

Asserts if the response is a HttpStatus.gatewayTimeout.

Implementation

Matcher get isGatewayTimeout => hasStatus(HttpStatus.gatewayTimeout);