costatus
    Preparing search index...

    Variable ACCEPTEDConst

    ACCEPTED: 202

    202 Accepted

    The request has been received but not yet acted upon. It is noncommittal, since there is no way in HTTP to later send an asynchronous response indicating the outcome of the request. It is intended for cases where another process or server handles the request, or for batch processing.

    import { ACCEPTED } from 'costatus';
    

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