httpServer
fun CoroutineScope.httpServer(settings: HttpServerSettings, handler: HttpRequestHandler): HttpServer
Content copied to clipboard
Start an http server with settings invoking handler for every request
Start an http server with settings invoking handler for every request