Variable NOT_IMPLEMENTEDConst

NOT_IMPLEMENTED: 501

501 Not Implemented

The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore that must not return this code) are GET and HEAD.

import { NOT_IMPLEMENTED } from 'costatus';

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