WebControllersConfig

data class WebControllersConfig(var enableFundefs: Boolean = false)

Configuration object for WebControllersFeature.

Constructors

Link copied to clipboard
constructor(enableFundefs: Boolean = false)

Properties

Link copied to clipboard

If true, fundefs that are extension functions of Ktor's Routing or Application classes will be loaded alongside classes that implement KtorModule/KtorController.