Home Assistant Unofficial Reference 2024.12.1
http.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hassio.http.HassIOView
 

Namespaces

 homeassistant.components.hassio.http
 

Functions

ClientTimeout homeassistant.components.hassio.http._get_timeout (str path)
 
dict[str, str] homeassistant.components.hassio.http._response_header (aiohttp.ClientResponse response, str path)
 
bool homeassistant.components.hassio.http.should_compress (str content_type, str|None path=None)
 

Variables

 homeassistant.components.hassio.http._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.hassio.http.MAX_UPLOAD_SIZE = 1024 * 1024 * 1024
 
 homeassistant.components.hassio.http.NO_COMPRESS
 
 homeassistant.components.hassio.http.NO_STORE
 
 homeassistant.components.hassio.http.NO_TIMEOUT
 
 homeassistant.components.hassio.http.PATHS_ADMIN
 
 homeassistant.components.hassio.http.PATHS_LOGS
 
 homeassistant.components.hassio.http.PATHS_NO_AUTH
 
 homeassistant.components.hassio.http.PATHS_NOT_ONBOARDED
 
dictionary homeassistant.components.hassio.http.RESPONSE_HEADERS_FILTER