static RouteEntry patch(String path, handler, [String? action]) => router.patch(path, handler, action);