Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.config
/
GlobalKtorPluginConfig
Global
Ktor
Plugin
Config
class
GlobalKtorPluginConfig
(
source
)
Members
Constructors
Global
Ktor
Plugin
Config
Link copied to clipboard
constructor
(
)
Functions
install
Link copied to clipboard
fun
<
B
:
Any
,
F
:
Any
>
install
(
plugin
:
Plugin
<
Application
,
B
,
F
>
,
configure
:
B
.
(
)
->
Unit
=
{}
)