code504GatewayTimeout constant

HttpStatus const code504GatewayTimeout

An alias representing the gatewayTimeout constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use gatewayTimeout where possible.

504 GATEWAY TIMEOUT.

The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.

Implementation

static const HttpStatus code504GatewayTimeout = gatewayTimeout;