httk.serve.web.runtime

Provide ASGI and development-server runtime helpers.

Submodules

Functions

create_app(*, engine[, debug])

Create the Starlette application for a site engine.

Package Contents

httk.serve.web.runtime.create_app(*, engine, debug=False)[source]

Create the Starlette application for a site engine.

Parameters:
Returns:

Configured Starlette application.

Return type:

starlette.applications.Starlette