Helidon

class Helidon(val port: Int = 8000) : ServerConfig

Constructors

Link copied to clipboard
constructor(port: Int = 8000)

Properties

Link copied to clipboard
val port: Int = 8000
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toServer(http: HttpHandler): Http4kServer