handleFavicon

open val handleFavicon: Boolean = true(source)

If true, Kweb will handle favicon requests via a default plugin added if and only if no existing FaviconPlugin is found in the list of plugins. If false the user should add their own FaviconPlugin or handle favicon requests some other way (perhaps directly with Ktor).