Variable UPGRADE_REQUIREDConst

UPGRADE_REQUIRED: 426

426 Upgrade Required

The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol. The server sends an Upgrade header in a 426 response to indicate the required protocol(s).

import { UPGRADE_REQUIRED } from 'costatus';

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