3 lines
97 B
Python
3 lines
97 B
Python
"""HTTP specific constants."""
|
|
KEY_AUTHENTICATED = 'ha_authenticated'
|
|
KEY_REAL_IP = 'ha_real_ip'
|