mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
fix(statuses): Add HTTP 509 Bandwidth Limit Exceeded
Unofficial, but widely used. See: * [Spring Framework](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/HttpStatus.html#BANDWIDTH_LIMIT_EXCEEDED) * [Node.js](https://nodejs.org/api/http.html#http_http_status_codes) * [CPanel](https://documentation.cpanel.net/display/CKB/HTTP+Error+Codes+and+Quick+Fixes#HTTPErrorCodesandQuickFixes-509BandwidthLimitExceeded)
This commit is contained in:
parent
0d0e7c3ae0
commit
e65305eb77
|
@ -78,4 +78,5 @@ HTTP_503_SERVICE_UNAVAILABLE = 503
|
|||
HTTP_504_GATEWAY_TIMEOUT = 504
|
||||
HTTP_505_HTTP_VERSION_NOT_SUPPORTED = 505
|
||||
HTTP_507_INSUFFICIENT_STORAGE = 507
|
||||
HTTP_509_BANDWIDTH_LIMIT_EXCEEDED = 509
|
||||
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511
|
||||
|
|
Loading…
Reference in New Issue
Block a user