Constructors

Link copied to clipboard
constructor(routes: List<RouteMatcher<Response, Filter>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun (Request) -> Boolean.asRouter(name: String = ""): Router
Link copied to clipboard
Link copied to clipboard
fun HttpHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): (request: Request) -> Response
fun RoutingHttpHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): RoutingHttpHandler
Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
open override fun match(request: Request): RoutingMatch<Response>
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Convert a synchronous HttpHandler API to mimic AsyncHttpClient

Link copied to clipboard
open override fun withBasePath(prefix: String): RoutingHttpHandler
Link copied to clipboard
open override fun withFilter(new: Filter): RoutingHttpHandler
Link copied to clipboard
open override fun withRouter(other: Router): RoutingHttpHandler