httpServer
fun httpServer(
settings: HttpServerSettings,
parentJob: Job? = null,
handler: HttpRequestHandler
): HttpServer
Deprecated: Binary compatibility.
fun httpServer(
settings: HttpServerSettings,
parentJob: Job? = null,
callDispatcher: <ERROR CLASS>?,
handler: HttpRequestHandler
): HttpServer
Deprecated: Binary compatibility.