RoutingHttpHandler
class RoutingHttpHandler(routes: List<RouteMatcher<Response, Filter>>) : RoutingHandler<Response, Filter, RoutingHttpHandler>
Functions
Link copied to clipboard
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
Link copied to clipboard
Convert a synchronous HttpHandler API to mimic AsyncHttpClient
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard