Const
405 Method Not Allowed
The request method is known by the server but is not supported by the target resource. For example, an API may not allow calling DELETE to remove a resource.
DELETE
import { METHOD_NOT_ALLOWED } from 'costatus'; Copy
import { METHOD_NOT_ALLOWED } from 'costatus';
https://developer.mozilla.org/docs/Web/HTTP/Status/405
405 Method Not Allowed
The request method is known by the server but is not supported by the target resource. For example, an API may not allow calling
DELETE
to remove a resource.https://developer.mozilla.org/docs/Web/HTTP/Status/405