Ktor Plugins
ArianeServer allows you to customize the HTTP server used.
Ktor server
arianeServer {
ktorPlugin {
//Here you can customize the ktor server
//Example:
install(HttpsRedirect)
}
}.launch()
ArianeServer allows you to customize the HTTP server used.
arianeServer {
ktorPlugin {
//Here you can customize the ktor server
//Example:
install(HttpsRedirect)
}
}.launch()