5×× 服务器错误

505 HTTP Version Not Supported 不支持的 HTTP 版本

服务器不支持或拒绝支持请求消息中使用的 HTTP 主要版本.

服务器表示它无法或不愿意使用与客户端相同的主要版本完成请求,如RFC7230 的第 2.6 节所述,除了此错误消息。服务器应该为 505 响应生成一个表示,描述为什么不支持该版本以及该服务器支持哪些其他协议.


505代码参考

Rails HTTP Status Symbol :http_version_not_supported

Go HTTP Status Constant http.StatusHTTPVersionNotSupported

Symfony HTTP Status Constant Response::HTTP_VERSION_NOT_SUPPORTED

Python2 HTTP Status Constant httplib.VERSION_NOT_SUPPORTED

Python3+ HTTP Status Constant http.client.VERSION_NOT_SUPPORTED

Python3.5+ HTTP Status Constant http.HTTPStatus.VERSION_NOT_SUPPORTED

← http状态码