Plugin Configuration ==================== Web UI for runtime plugin management. A private section of the ServerApplication, attached under ``plugins`` when the config recipe declares ``server(plugins=True)``, so its endpoints live under ``/_server/plugins/``. Note: ``/_server/plugins`` is this configurator URL section, not ``genro_asgi.plugins`` (the genro-routes plugin package). Section ------- .. automodule:: genro_asgi.server.server_applications.plugin_config.plugin_config :members: :undoc-members: :show-inheritance: