httk.serve.web.api ================== .. py:module:: httk.serve.web.api Functions --------- .. autoapisummary:: httk.serve.web.api.create_asgi_app httk.serve.web.api.serve httk.serve.web.api.publish Module Contents --------------- .. py:function:: create_asgi_app(srcdir: str | pathlib.Path, *, baseurl: str | None = None, compatibility_mode: bool = False, config_name: str = 'config', debug: bool = False, table_token_secret: str | bytes | None = None) -> starlette.applications.Starlette .. py:function:: serve(srcdir: str | pathlib.Path, *, host: str = '127.0.0.1', port: int = 8080, baseurl: str | None = None, compatibility_mode: bool = False, config_name: str = 'config', debug: bool = False, table_token_secret: str | bytes | None = None) -> None .. py:function:: publish(srcdir: str | pathlib.Path, outdir: str | pathlib.Path, baseurl: str, *, host_static: str | None = None, compatibility_mode: bool = False, config_name: str = 'config', use_urls_without_ext: bool | None = None) -> httk.serve.web.model.page.PublishReport