Skip to content

Commit 3e05237

Browse files
authored
Added http 102, 103, 421, and 425 status codes in documentation (#8763)
1 parent 759fc6f commit 3e05237

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api-guide/status-codes.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ This class of status code indicates a provisional response. There are no 1xx st
4141

4242
HTTP_100_CONTINUE
4343
HTTP_101_SWITCHING_PROTOCOLS
44+
HTTP_102_PROCESSING
45+
HTTP_103_EARLY_HINTS
4446

4547
## Successful - 2xx
4648

@@ -93,9 +95,11 @@ The 4xx class of status code is intended for cases in which the client seems to
9395
HTTP_415_UNSUPPORTED_MEDIA_TYPE
9496
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE
9597
HTTP_417_EXPECTATION_FAILED
98+
HTTP_421_MISDIRECTED_REQUEST
9699
HTTP_422_UNPROCESSABLE_ENTITY
97100
HTTP_423_LOCKED
98101
HTTP_424_FAILED_DEPENDENCY
102+
HTTP_425_TOO_EARLY
99103
HTTP_426_UPGRADE_REQUIRED
100104
HTTP_428_PRECONDITION_REQUIRED
101105
HTTP_429_TOO_MANY_REQUESTS

0 commit comments

Comments
 (0)