httpVersionNotSupported constant

int const httpVersionNotSupported

httpVersionNotSupported = 505.

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 httpVersionNotSupported = 505;