Variable SWITCHING_PROTOCOLSConst

SWITCHING_PROTOCOLS: 101

101 Switching Protocols

This code is sent in response to an Upgrade request header from the client and indicates the protocol the server is switching to.

import { SWITCHING_PROTOCOLS } from 'costatus';

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