Package-level declarations

Functions

Link copied to clipboard
fun Application.installModule()

Ktor module that adds all the install configuration to the application. The JSON format is used for content negotiation. A cors configuration is included. Finally, an encoder for Compression is included.

Link copied to clipboard
fun Application.routingModule()

Ktor module that adds all the routing configuration to an application.

Link copied to clipboard
fun ApplicationEngineEnvironment.startBrowserModule()

Start the default browser of the user on the server address.