Skip to main content

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()