Package-level declarations

Types

Link copied to clipboard
@Serializable
class KobwebConf(val site: Site, val server: Server)

Data values exposed to users that are used to define values globally useful to a Kobweb project.

Link copied to clipboard
Link copied to clipboard
@Serializable
class Server(val files: Server.Files, val port: Int = 8080, val logging: Server.Logging = Logging(), val cors: Server.Cors = Cors(), val redirects: List<Server.Redirect> = emptyList(), val streaming: Server.Streaming = Streaming(), val nativeLibraries: List<Server.NativeLibrary> = emptyList())
Link copied to clipboard
@Serializable
class Site(val title: String, val routePrefix: String = "", val basePath: String = "")