gatewayTimeout method

void gatewayTimeout()

Sets status to 504 Gateway Timeout.

Implementation

void gatewayTimeout() => setStatus(504);