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

677 B

set code title references
5 500 Internal Server Error
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
:internal_server_error http.StatusInternalServerError Response::HTTP_INTERNAL_SERVER_ERROR httplib.INTERNAL_SERVER_ERROR http.client.INTERNAL_SERVER_ERROR http.HTTPStatus.INTERNAL_SERVER_ERROR

The server encountered an unexpected condition that prevented it from fulfilling the request.