Skip to main content
Module

x/ash/mod.ts>Controller

A stylish web framework for Deno!
Latest
class Controller
Re-export
Abstract
import { Controller } from "https://deno.land/x/ash@1.3.6/mod.ts";

Methods

abstract
show(...args: any): string

Called when a route that is assigned to this controller is requested.