Classes | |
| class | HassIOView |
Functions | |
| ClientTimeout | _get_timeout (str path) |
| dict[str, str] | _response_header (aiohttp.ClientResponse response, str path) |
| bool | should_compress (str content_type, str|None path=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | MAX_UPLOAD_SIZE = 1024 * 1024 * 1024 |
| NO_COMPRESS | |
| NO_STORE | |
| NO_TIMEOUT | |
| PATHS_ADMIN | |
| PATHS_LOGS | |
| PATHS_NO_AUTH | |
| PATHS_NOT_ONBOARDED | |
| dictionary | RESPONSE_HEADERS_FILTER |
HTTP Support for Hass.io.
|
private |
|
private |
| bool homeassistant.components.hassio.http.should_compress | ( | str | content_type, |
| str | None | path = None |
||
| ) |
|
private |
| 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 |