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