fromHandler
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler.
open fun fromHandler(vertx: Vertx, handler: HttpEndpointRequestHandler, options: HttpServerOptions): HttpServer
Create a Vert.x HttpServer from the provided HttpEndpointRequestHandler, with the given HttpServerOptions.