Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"101": "Switching Protocols",
"102": "Processing",
"103": "Early Hints",
"104": "Upload Resumption Supported (TEMPORARY - registered 2024-11-13, expires 2025-11-13)",
"200": "OK",
"201": "Created",
"202": "Accepted",
Expand Down Expand Up @@ -34,14 +35,14 @@
"410": "Gone",
"411": "Length Required",
"412": "Precondition Failed",
"413": "Payload Too Large",
"413": "Content Too Large",
"414": "URI Too Long",
"415": "Unsupported Media Type",
"416": "Range Not Satisfiable",
"417": "Expectation Failed",
"418": "I'm a Teapot",
"418": "(Unused)",
Comment on lines -42 to +43
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this change makes sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a reminder that the underlying processes of computers are still made by humans. It'd be a real shame to see 418 go...

https://save418.com/

"421": "Misdirected Request",
"422": "Unprocessable Entity",
"422": "Unprocessable Content",
"423": "Locked",
"424": "Failed Dependency",
"425": "Too Early",
Expand All @@ -60,6 +61,6 @@
"507": "Insufficient Storage",
"508": "Loop Detected",
"509": "Bandwidth Limit Exceeded",
"510": "Not Extended",
"510": "Not Extended (OBSOLETED)",
Comment on lines -63 to +64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this change makes sense.

"511": "Network Authentication Required"
}
8 changes: 5 additions & 3 deletions src/iana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"101": "Switching Protocols",
"102": "Processing",
"103": "Early Hints",
"104": "Upload Resumption Supported (TEMPORARY - registered 2024-11-13, expires 2025-11-13)",
"200": "OK",
"201": "Created",
"202": "Accepted",
Expand Down Expand Up @@ -34,13 +35,14 @@
"410": "Gone",
"411": "Length Required",
"412": "Precondition Failed",
"413": "Payload Too Large",
"413": "Content Too Large",
"414": "URI Too Long",
"415": "Unsupported Media Type",
"416": "Range Not Satisfiable",
"417": "Expectation Failed",
"418": "(Unused)",
"421": "Misdirected Request",
"422": "Unprocessable Entity",
"422": "Unprocessable Content",
"423": "Locked",
"424": "Failed Dependency",
"425": "Too Early",
Expand All @@ -58,6 +60,6 @@
"506": "Variant Also Negotiates",
"507": "Insufficient Storage",
"508": "Loop Detected",
"510": "Not Extended",
"510": "Not Extended (OBSOLETED)",
"511": "Network Authentication Required"
}
Loading