mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
fix(statuses): Add HTTP 103 Early Hints
See https://tools.ietf.org/html/rfc8297#section-2
This commit is contained in:
parent
0d0e7c3ae0
commit
8edc45274b
|
@ -29,6 +29,7 @@ def is_server_error(code):
|
|||
|
||||
HTTP_100_CONTINUE = 100
|
||||
HTTP_101_SWITCHING_PROTOCOLS = 101
|
||||
HTTP_103_EARLY_HINTS = 103
|
||||
HTTP_200_OK = 200
|
||||
HTTP_201_CREATED = 201
|
||||
HTTP_202_ACCEPTED = 202
|
||||
|
|
Loading…
Reference in New Issue
Block a user