Const
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.
Upgrade
import { SWITCHING_PROTOCOLS } from 'costatus'; Copy
import { SWITCHING_PROTOCOLS } from 'costatus';
https://developer.mozilla.org/docs/Web/HTTP/Status/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.https://developer.mozilla.org/docs/Web/HTTP/Status/101