httpstatuses/contents/codes/502.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

667 B

set code title references
5 502 Bad Gateway
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
:bad_gateway http.StatusBadGateway Response::HTTP_BAD_GATEWAY httplib.BAD_GATEWAY http.client.BAD_GATEWAY http.HTTPStatus.BAD_GATEWAY

The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.