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

716 B

set code title references
4 400 Bad Request
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_request http.StatusBadRequest Response::HTTP_BAD_REQUEST httplib.BAD_REQUEST http.client.BAD_REQUEST http.HTTPStatus.BAD_REQUEST

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).