buildgrid.browser.app module

buildgrid.browser.app.serve_client(base_path: str) Callable[[Request], Awaitable[FileResponse]]
buildgrid.browser.app.cors_middleware_with_error(origins: Collection[str | Pattern[str] | URL], urls: Collection[str | Pattern[str] | URL], allow_all: bool = False) Callable[[Request, Callable[[Request], Awaitable[StreamResponse]]], Awaitable[StreamResponse]]
buildgrid.browser.app.create_app(context: Context, cache: ResponseCache, cors_origins: Collection[str | Pattern[str] | URL], static_path: str | None = None, allow_cancelling_operations: bool = False, tarball_dir: str | None = None) Application