core/homeassistant/components/http/const.py

6 lines
143 B
Python
Raw Normal View History

"""HTTP specific constants."""
2019-07-31 19:25:30 +00:00
KEY_AUTHENTICATED = "ha_authenticated"
KEY_HASS = "hass"
KEY_HASS_USER = "hass_user"
KEY_REAL_IP = "ha_real_ip"