swift_browser_ui.ui.server

swift_browser_ui server related convenience functions.

Functions

kill_dload_client(app)

Kill download proxy client session.

open_client_to_app(app)

Open a client session for download proxies.

run_server_insecure(app)

Run the server without https enabled.

run_server_secure(app, cert_file, cert_key)

Run the server securely with a given ssl context.

servinit([inject_middleware])

Create an aiohttp server with the correct arguments and routes.