HTTPSuccessCode | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Variable HTTPSuccessCodeConst

    HTTPSuccessCode: {
        Accepted: 202;
        Created: 201;
        Found: 302;
        MovedPermanently: 301;
        NoContent: 204;
        NotModified: 304;
        Ok: 200;
        PartialContent: 206;
        PermanentRedirect: 308;
        ResetContent: 205;
        SeeOther: 303;
        TemporaryRedirect: 307;
    } = ...

    Type Declaration

    • ReadonlyAccepted: 202
    • ReadonlyCreated: 201
    • ReadonlyFound: 302
    • ReadonlyMovedPermanently: 301
    • ReadonlyNoContent: 204
    • ReadonlyNotModified: 304
    • ReadonlyOk: 200
    • ReadonlyPartialContent: 206
    • ReadonlyPermanentRedirect: 308
    • ReadonlyResetContent: 205
    • ReadonlySeeOther: 303
    • ReadonlyTemporaryRedirect: 307