Const
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.
GET
HEAD
import { NOT_IMPLEMENTED } from 'costatus'; Copy
import { NOT_IMPLEMENTED } from 'costatus';
https://developer.mozilla.org/docs/Web/HTTP/Status/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
andHEAD
.https://developer.mozilla.org/docs/Web/HTTP/Status/501