vertx / io.vertx.reactivex.core / Vertx / createHttpServer

createHttpServer

open fun createHttpServer(options: HttpServerOptions): HttpServer

Create an HTTP/HTTPS server using the specified options

Parameters

options - the options to use

Return
the server

open fun createHttpServer(): HttpServer

Create an HTTP/HTTPS server using default options

Return
the server