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

1.1 KiB

set code title references
5 505 HTTP Version Not Supported
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
:http_version_not_supported http.StatusHTTPVersionNotSupported Response::HTTP_VERSION_NOT_SUPPORTED httplib.VERSION_NOT_SUPPORTED http.client.VERSION_NOT_SUPPORTED http.HTTPStatus.VERSION_NOT_SUPPORTED

The server does not support, or refuses to support, the major version of HTTP that was used in the request message.

The server is indicating that it is unable or unwilling to complete the request using the same major version as the client, as described in Section 2.6 of RFC7230, other than with this error message. The server SHOULD generate a representation for the 505 response that describes why that version is not supported and what other protocols are supported by that server.