RoutingHttpHandler
class RoutingHttpHandler(routes: List<RouteMatcher<Response, Filter>>) : RoutingHandler<Response, Filter, RoutingHttpHandler> (source)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun RoutingHttpHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
Renders the routes as a path tree, every line the same colour.
Renders the routes as a path tree, colouring each leaf by how it matches the request: green = matched, yellow = path matched but method/predicate did not, red+strikethrough = unmatched.
Link copied to clipboard
Convert a synchronous HttpHandler API to mimic AsyncHttpClient
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard