httpstatuses/contents/codes/504.md
WALL-E 62df9e637c Add Python status constants (#57)
* Add Python status constants

* Add Python 2, Python 3+, Python 3.5+ status constants
2016-05-22 00:07:16 +01:00

702 B

set code title references
5 504 Gateway Timeout
Rails HTTP Status Symbol Go HTTP Status Constant Symfony HTTP Status Constant Python2 HTTP Status Constant Python3+ HTTP Status Constant Python3.5+ HTTP Status Constant
:gateway_timeout http.StatusGatewayTimeout Response::HTTP_GATEWAY_TIMEOUT httplib.GATEWAY_TIMEOUT http.client.GATEWAY_TIMEOUT http.HTTPStatus.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.