runtimepy.net.server.app.create
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/net/server/app/create.py

A module implementing a simple application harnessing interface.

 
Functions
       
config_param(app: runtimepy.net.arbiter.info.AppInfo, key: str, default: ~T, strict: bool = False) -> ~T
Attempt to get a configuration parameter.
create_app(app: runtimepy.net.arbiter.info.AppInfo, compose: Callable[[runtimepy.net.arbiter.info.AppInfo, runtimepy.net.server.app.bootstrap.tabs.TabbedContent], NoneType]) -> Callable[[svgen.element.html.Html, runtimepy.net.http.header.RequestHeader, runtimepy.net.http.response.ResponseHeader, Optional[bytes]], Awaitable[svgen.element.html.Html]]
Create a web-application handler.

 
Data
        Callable = typing.Callable
DOCUMENT = None
HtmlApp = typing.Callable[[svgen.element.html.Html, runtim...tes]], typing.Awaitable[svgen.element.html.Html]]
Optional = typing.Optional
T = ~T