vertx / io.vertx.ext.web.handler / VirtualHostHandler

VirtualHostHandler

interface VirtualHostHandler : Handler<RoutingContext>

Handler that will filter requests based on the request Host name.

Author
Paulo Lopes

Functions

create

open static fun create(hostname: String, handler: Handler<RoutingContext>): VirtualHostHandler

Create a handler