tribler.core.restapi.webui_endpoint =================================== .. py:module:: tribler.core.restapi.webui_endpoint Classes ------- .. autoapisummary:: tribler.core.restapi.webui_endpoint.WebUIEndpoint Module Contents --------------- .. py:class:: WebUIEndpoint Bases: :py:obj:`tribler.core.restapi.rest_endpoint.RESTEndpoint` This endpoint serves files used by the web UI. .. py:attribute:: path :value: '/ui' .. py:attribute:: _logger .. py:attribute:: webui_root .. py:attribute:: has_dist .. py:attribute:: session .. py:method:: return_files(request: aiohttp.web.Request) -> tribler.core.restapi.rest_endpoint.RESTResponse | aiohttp.web.FileResponse :async: Return the file at the requested path. .. py:method:: shutdown_task_manager() -> None :async: Shutdown the taskmanager.