costatus
    Preparing search index...

    Variable TEMPORARY_REDIRECTConst

    TEMPORARY_REDIRECT: 307

    307 Temporary Redirect

    The server sends this response to direct the client to get the requested resource at another URI with the same method that was used in the prior request. This has the same semantics as the 302 Found HTTP response code, with the exception that the user agent must not change the HTTP method used: if a POST was used in the first request, a POST must be used in the second request.

    import { TEMPORARY_REDIRECT } from 'costatus';
    

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