fix(statuses): Add HTTP 208 Already Reported

See https://tools.ietf.org/html/rfc5842#section-7.1
This commit is contained in:
Florian Wendelborn 2019-05-22 21:51:08 +02:00 committed by GitHub
parent 0d0e7c3ae0
commit 25f8cf93a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ HTTP_204_NO_CONTENT = 204
HTTP_205_RESET_CONTENT = 205 HTTP_205_RESET_CONTENT = 205
HTTP_206_PARTIAL_CONTENT = 206 HTTP_206_PARTIAL_CONTENT = 206
HTTP_207_MULTI_STATUS = 207 HTTP_207_MULTI_STATUS = 207
HTTP_208_ALREADY_REPORTED = 208
HTTP_300_MULTIPLE_CHOICES = 300 HTTP_300_MULTIPLE_CHOICES = 300
HTTP_301_MOVED_PERMANENTLY = 301 HTTP_301_MOVED_PERMANENTLY = 301
HTTP_302_FOUND = 302 HTTP_302_FOUND = 302