@jonahsnider/util

    Enumeration Status

    HTTP response status codes indicate whether a specific HTTP request has been successfully completed.

    MDN docs

    HTTP

    Index

    Enumeration Members

    Accepted: 202

    202 Accepted.

    BadGateway: 502

    502 Bad Gateway.

    BadRequest: 400

    400 Bad Request.

    Conflict: 409

    409 Conflict.

    Continue: 100

    100 Continue.

    Created: 201

    201 Created.

    EarlyHints: 103

    103 Early Hints.

    ExpectationFailed: 417

    417 Expectation Failed.

    Forbidden: 403

    403 Forbidden.

    Found: 302

    302 Found.

    GatewayTimeout: 504

    504 Gateway Timeout.

    Gone: 410

    410 Gone.

    HttpVersionNotSupported: 505

    505 HTTP Version Not Supported.

    ImATeapot: 418

    418 I'm a teapot.

    InsufficientStorage: 507

    507 Insufficient Storage.

    InternalServerError: 500

    500 Internal Server Error.

    LengthRequired: 411

    411 Length Required.

    LoopDetected: 508

    508 Loop Detected.

    This is a status code only used in the WebDAV protocol, which is not supported by the Status enum.

    MethodNotAllowed: 405

    405 Method Not Allowed.

    MisdirectedRequest: 421

    421 Misdirected Request.

    MovedPermanently: 301

    301 Moved Permanently.

    MultipleChoices: 300

    300 Multiple Choices.

    NetworkAuthenticationRequired: 511

    511 Network Authentication Required.

    NoContent: 204

    204 No Content.

    NonAuthoritativeInformation: 203

    203 Non-Authoritative Information.

    NotAcceptable: 406

    406 Not Acceptable.

    NotExtended: 510

    510 Not Extended.

    NotFound: 404

    404 Not Found.

    NotImplemented: 501

    501 Not Implemented.

    NotModified: 304

    304 Not Modified.

    Ok: 200

    200 OK.

    PartialContent: 206

    206 Partial Content.

    PayloadTooLarge: 413

    413 Payload Too Large.

    PaymentRequired: 402

    402 Payment Required.

    PermanentRedirect: 308

    308 Permanent Redirect.

    PreconditionFailed: 412

    412 Precondition Failed.

    PreconditionRequired: 428

    428 Precondition Required.

    ProxyAuthenticationRequired: 407

    407 Proxy Authentication Required.

    RangeNotSatisfiable: 416

    416 Range Not Satisfiable.

    RequestHeaderFieldsTooLarge: 431

    431 Request Header Fields Too Large.

    RequestTimeout: 408

    408 Request Timeout.

    ResetContent: 205

    205 Reset Content.

    SeeOther: 303

    303 See Other.

    ServiceUnavailable: 503

    503 Service Unavailable.

    SwitchingProtocols: 101

    101 Switching Protocols.

    TemporaryRedirect: 307

    307 Temporary Redirect.

    TooEarly: 425

    425 Too Early.

    TooManyRequests: 429

    429 Too Many Requests.

    Unauthorized: 401

    401 Unauthorized.

    UnavailableForLegalReasons: 451

    451 Unavailable For Legal Reasons.

    UnprocessableEntity: 422

    422 Unprocessable Content.

    UnsupportedMediaType: 415

    415 Unsupported Media Type.

    UpgradeRequired: 426

    426 Upgrade Required.

    UriTooLong: 414

    414 URI Too Long.

    VariantAlsoNegotiates: 506

    506 Variant Also Negotiates.

    MMNEPVFCICPMFPCPTTAAATR