Skip to content

Commit

Permalink
Add 208 Already Reported status code (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-m-n authored Nov 20, 2020
1 parent 7144374 commit 029882e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starlette/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
And RFC 4918 - https://tools.ietf.org/html/rfc4918
And RFC 8470 - https://tools.ietf.org/html/rfc8470
And RFC 2324 - https://tools.ietf.org/html/rfc2324
And RFC 5842 - https://tools.ietf.org/html/rfc5842
"""
HTTP_100_CONTINUE = 100
HTTP_101_SWITCHING_PROTOCOLS = 101
Expand All @@ -16,6 +17,7 @@
HTTP_205_RESET_CONTENT = 205
HTTP_206_PARTIAL_CONTENT = 206
HTTP_207_MULTI_STATUS = 207
HTTP_208_ALREADY_REPORTED = 208
HTTP_300_MULTIPLE_CHOICES = 300
HTTP_301_MOVED_PERMANENTLY = 301
HTTP_302_FOUND = 302
Expand Down

0 comments on commit 029882e

Please sign in to comment.