interface VirtualHostHandler : Handler<RoutingContext>
Handler that will filter requests based on the request Host name.
Author
Paulo Lopes
open static fun create(hostname: String, handler: Handler<RoutingContext>): VirtualHostHandler
Create a handler |