Package-level declarations

Types

Link copied to clipboard
class FaviconPlugin(response: suspend ApplicationCall.() -> Unit) : KwebPlugin

A Kweb plugin that adds a favicon.ico route to the Ktor server. Note that the Kweb constructor will automatically add FaviconPlugin.notFound() to the list of plugins if no favicon plugin is provided.

Link copied to clipboard
abstract class KwebPlugin(val dependsOn: Set<KwebPlugin> = Collections.emptySet())