Variable MISDIRECTED_REQUESTConst

MISDIRECTED_REQUEST: 421

421 Misdirected Request

The request was directed at a server that is not able to produce a response. This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI.

import { MISDIRECTED_REQUEST } from 'costatus';

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