HTTP_VERSION_NOT_SUPPORTED constant

int const HTTP_VERSION_NOT_SUPPORTED

The HTTP version used in the request is not supported by the server.

https://tools.ietf.org/html/rfc7231#section-6.6.6

Implementation

static const int HTTP_VERSION_NOT_SUPPORTED = 505;