Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/router/router.module.ts>Controller

The core module of Entropy framework for Deno.
Latest
class Controller
Re-export
Abstract
import { Controller } from "https://deno.land/x/entropy@1.0.0-beta.17/src/router/router.module.ts";

Methods

protected
json(json: object): Json
protected
render(
file: string,
variables?: Record<string, unknown>,
options?: Omit<TemplateCompilerOptions, "file">,
): Promise<View>