Package-level declarations

Functions

Link copied to clipboard
fun <Error class: unknown class>.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 <Error class: unknown class>.routingModule()

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

Link copied to clipboard
fun <Error class: unknown class>.startBrowserModule()

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