mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Remove const.HTTP_* status constants (#58380)
This commit is contained in:
parent
06d29040b9
commit
51510c542a
@ -660,21 +660,6 @@ URL_API_ERROR_LOG: Final = "/api/error_log"
|
|||||||
URL_API_LOG_OUT: Final = "/api/log_out"
|
URL_API_LOG_OUT: Final = "/api/log_out"
|
||||||
URL_API_TEMPLATE: Final = "/api/template"
|
URL_API_TEMPLATE: Final = "/api/template"
|
||||||
|
|
||||||
HTTP_OK: Final = 200
|
|
||||||
HTTP_CREATED: Final = 201
|
|
||||||
HTTP_ACCEPTED: Final = 202
|
|
||||||
HTTP_MOVED_PERMANENTLY: Final = 301
|
|
||||||
HTTP_BAD_REQUEST: Final = 400
|
|
||||||
HTTP_UNAUTHORIZED: Final = 401
|
|
||||||
HTTP_FORBIDDEN: Final = 403
|
|
||||||
HTTP_NOT_FOUND: Final = 404
|
|
||||||
HTTP_METHOD_NOT_ALLOWED: Final = 405
|
|
||||||
HTTP_UNPROCESSABLE_ENTITY: Final = 422
|
|
||||||
HTTP_TOO_MANY_REQUESTS: Final = 429
|
|
||||||
HTTP_INTERNAL_SERVER_ERROR: Final = 500
|
|
||||||
HTTP_BAD_GATEWAY: Final = 502
|
|
||||||
HTTP_SERVICE_UNAVAILABLE: Final = 503
|
|
||||||
|
|
||||||
HTTP_BASIC_AUTHENTICATION: Final = "basic"
|
HTTP_BASIC_AUTHENTICATION: Final = "basic"
|
||||||
HTTP_BEARER_AUTHENTICATION: Final = "bearer_token"
|
HTTP_BEARER_AUTHENTICATION: Final = "bearer_token"
|
||||||
HTTP_DIGEST_AUTHENTICATION: Final = "digest"
|
HTTP_DIGEST_AUTHENTICATION: Final = "digest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user