We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759fc6f commit 3e05237Copy full SHA for 3e05237
docs/api-guide/status-codes.md
@@ -41,6 +41,8 @@ This class of status code indicates a provisional response. There are no 1xx st
41
42
HTTP_100_CONTINUE
43
HTTP_101_SWITCHING_PROTOCOLS
44
+ HTTP_102_PROCESSING
45
+ HTTP_103_EARLY_HINTS
46
47
## Successful - 2xx
48
@@ -93,9 +95,11 @@ The 4xx class of status code is intended for cases in which the client seems to
93
95
HTTP_415_UNSUPPORTED_MEDIA_TYPE
94
96
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE
97
HTTP_417_EXPECTATION_FAILED
98
+ HTTP_421_MISDIRECTED_REQUEST
99
HTTP_422_UNPROCESSABLE_ENTITY
100
HTTP_423_LOCKED
101
HTTP_424_FAILED_DEPENDENCY
102
+ HTTP_425_TOO_EARLY
103
HTTP_426_UPGRADE_REQUIRED
104
HTTP_428_PRECONDITION_REQUIRED
105
HTTP_429_TOO_MANY_REQUESTS
0 commit comments