static RouteEntry via( List<String> methods, String uri, handler, [ String? action, ]) => router.via(methods, uri, handler, action);