|
24 | 24 | # Informational.
|
25 | 25 | 100: ("continue",),
|
26 | 26 | 101: ("switching_protocols",),
|
27 |
| - 102: ("processing",), |
| 27 | + 102: ("processing", "early-hints"), |
28 | 28 | 103: ("checkpoint",),
|
29 | 29 | 122: ("uri_too_long", "request_uri_too_long"),
|
30 | 30 | 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"),
|
|
65 | 65 | 410: ("gone",),
|
66 | 66 | 411: ("length_required",),
|
67 | 67 | 412: ("precondition_failed", "precondition"),
|
68 |
| - 413: ("request_entity_too_large",), |
69 |
| - 414: ("request_uri_too_large",), |
| 68 | + 413: ("request_entity_too_large", "content_too_large"), |
| 69 | + 414: ("request_uri_too_large", "uri_too_long"), |
70 | 70 | 415: ("unsupported_media_type", "unsupported_media", "media_type"),
|
71 | 71 | 416: (
|
72 | 72 | "requested_range_not_satisfiable",
|
|
76 | 76 | 417: ("expectation_failed",),
|
77 | 77 | 418: ("im_a_teapot", "teapot", "i_am_a_teapot"),
|
78 | 78 | 421: ("misdirected_request",),
|
79 |
| - 422: ("unprocessable_entity", "unprocessable"), |
| 79 | + 422: ("unprocessable_entity", "unprocessable", "unprocessable_content"), |
80 | 80 | 423: ("locked",),
|
81 | 81 | 424: ("failed_dependency", "dependency"),
|
82 | 82 | 425: ("unordered_collection", "unordered", "too_early"),
|
|
0 commit comments