costatus
    Preparing search index...

    Variable METHOD_NOT_ALLOWEDConst

    METHOD_NOT_ALLOWED: 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.

    import { METHOD_NOT_ALLOWED } from 'costatus';
    

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