| __init__(self, HomeAssistant hass, str|None ssl_certificate, str|None ssl_peer_certificate, str|None ssl_key, list[str]|None server_host, int server_port, list[IPv4Network|IPv6Network] trusted_proxies, str ssl_profile) | homeassistant.components.http.HomeAssistantHTTP | |
| _async_register_static_paths(self, Collection[StaticPathConfig] configs, dict[str, CachingStaticResource|web.StaticResource|None] resources) | homeassistant.components.http.HomeAssistantHTTP | private |
| _create_emergency_ssl_context(self) | homeassistant.components.http.HomeAssistantHTTP | private |
| _create_ssl_context(self) | homeassistant.components.http.HomeAssistantHTTP | private |
| _make_static_resources(self, Collection[StaticPathConfig] configs) | homeassistant.components.http.HomeAssistantHTTP | private |
| app | homeassistant.components.http.HomeAssistantHTTP | |
| async_initialize(self, *list[str] cors_origins, bool use_x_forwarded_for, int login_threshold, bool is_ban_enabled, bool use_x_frame_options) | homeassistant.components.http.HomeAssistantHTTP | |
| async_register_static_paths(self, Collection[StaticPathConfig] configs) | homeassistant.components.http.HomeAssistantHTTP | |
| context | homeassistant.components.http.HomeAssistantHTTP | |
| hass | homeassistant.components.http.HomeAssistantHTTP | |
| register_redirect(self, str url, StrOrURL redirect_to, *type[HTTPRedirection] redirect_exc=HTTPMovedPermanently) | homeassistant.components.http.HomeAssistantHTTP | |
| register_static_path(self, str url_path, str path, bool cache_headers=True) | homeassistant.components.http.HomeAssistantHTTP | |
| register_view(self, HomeAssistantView|type[HomeAssistantView] view) | homeassistant.components.http.HomeAssistantHTTP | |
| runner | homeassistant.components.http.HomeAssistantHTTP | |
| server_host | homeassistant.components.http.HomeAssistantHTTP | |
| server_port | homeassistant.components.http.HomeAssistantHTTP | |
| site | homeassistant.components.http.HomeAssistantHTTP | |
| ssl_certificate | homeassistant.components.http.HomeAssistantHTTP | |
| ssl_key | homeassistant.components.http.HomeAssistantHTTP | |
| ssl_peer_certificate | homeassistant.components.http.HomeAssistantHTTP | |
| ssl_profile | homeassistant.components.http.HomeAssistantHTTP | |
| start(self) | homeassistant.components.http.HomeAssistantHTTP | |
| stop(self) | homeassistant.components.http.HomeAssistantHTTP | |
| trusted_proxies | homeassistant.components.http.HomeAssistantHTTP | |