Go to the source code of this file.
Classes | |
| class | homeassistant.components.hassio.ingress.HassIOIngress |
Namespaces | |
| homeassistant.components.hassio.ingress | |
Functions | |
| str | homeassistant.components.hassio.ingress._forwarded_for_header (str|None forward_for, str peer_name) |
| CIMultiDict|dict[str, str] | homeassistant.components.hassio.ingress._init_header (web.Request request, str token) |
| bool | homeassistant.components.hassio.ingress._is_websocket (web.Request request) |
| dict[str, str] | homeassistant.components.hassio.ingress._response_header (aiohttp.ClientResponse response) |
| None | homeassistant.components.hassio.ingress._websocket_forward (web.WebSocketResponse|ClientWebSocketResponse ws_from, web.WebSocketResponse|ClientWebSocketResponse ws_to) |
| None | homeassistant.components.hassio.ingress.async_setup_ingress_view (HomeAssistant hass, str host) |
Variables | |
| homeassistant.components.hassio.ingress._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.hassio.ingress.INIT_HEADERS_FILTER |
| int | homeassistant.components.hassio.ingress.MAX_SIMPLE_RESPONSE_SIZE = 4194000 |
| int | homeassistant.components.hassio.ingress.MIN_COMPRESSED_SIZE = 128 |
| dictionary | homeassistant.components.hassio.ingress.RESPONSE_HEADERS_FILTER |