HttpServerTool
data class HttpServerTool(adapter: HttpServerPort, settings: HttpServerSettings = HttpServerSettings(), var path: PathHandler = PathHandler())
Server with dynamic handler (delegated to path). Root handler can be replaced at any time without restarting the server.
Constructors
Link copied to clipboard
constructor(adapter: HttpServerPort, settings: HttpServerSettings = HttpServerSettings(), path: PathHandler = PathHandler())