Variable HTTP_VERSION_NOT_SUPPORTEDConst

HTTP_VERSION_NOT_SUPPORTED: 505

505 HTTP Version Not Supported

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

import { HTTP_VERSION_NOT_SUPPORTED } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/505