@jonahsnider/util

    Enumeration StatusName

    An enum mapping HTTP status codes to their names.

    MDN docs

    HTTP

    Index

    Enumeration Members

    Accepted: 202
    "Bad Gateway": 502
    "Bad Request": 400
    Conflict: 409
    Continue: 100
    Created: 201
    "Early Hints": 103
    "Expectation Failed": 417
    Forbidden: 403
    Found: 302
    "Gateway Timeout": 504
    Gone: 410
    "HTTP Version Not Supported": 505
    "I'm a Teapot": 418
    "Insufficient Storage": 507
    "Internal Server Error": 500
    "Length Required": 411
    "Loop Detected": 508

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

    "Method Not Allowed": 405
    "Misdirected Request": 421
    "Moved Permanently": 301
    "Multiple Choices": 300
    "Network Authentication Required": 511
    "No Content": 204
    "Non-Authoritative Information": 203
    "Not Acceptable": 406
    "Not Extended": 510
    "Not Found": 404
    "Not Implemented": 501
    "Not Modified": 304
    OK: 200
    "Partial Content": 206
    "Payload Too Large": 413
    "Payment Required": 402
    "Permanent Redirect": 308
    "Precondition Failed": 412
    "Precondition Required": 428
    "Proxy Authentication Required": 407
    "Range Not Satisfiable": 416
    "Request Header Fields Too Large": 431
    "Request Timeout": 408
    "Reset Content": 205
    "See Other": 303
    "Service Unavailable": 503
    "Switching Protocols": 101
    "Temporary Redirect": 307
    "Too Early": 425
    "Too Many Requests": 429
    Unauthorized: 401
    "Unavailable For Legal Reasons": 451
    "Unprocessable Content": 422
    "Unsupported Media Type": 415
    "Upgrade Required": 426
    "URI Too Long": 414
    "Variant Also Negotiates": 506
    MMNEPVFCICPMFPCPTTAAATR