qunicorn_core.util.debug_routes package

Submodules

qunicorn_core.util.debug_routes.root module

Module for the root endpoint of the debug routes. Contains the blueprint to avoid circular dependencies.

qunicorn_core.util.debug_routes.root.index()

qunicorn_core.util.debug_routes.routes module

Module containing debug routes index page.

qunicorn_core.util.debug_routes.routes.routes()

Render all registered routes.

Module contents

Module containing Debug Methods and sites.

This Module should only be loaded in debug Mode.

qunicorn_core.util.debug_routes.register_debug_routes(app: Flask)

Register the debug routes blueprint with the flask app.