Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/basic/areas/home/home.controller.ts>HomeController

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class HomeController
import { HomeController } from "https://deno.land/x/alosaur@v1.1.1/examples/basic/areas/home/home.controller.ts";

Methods

delete(id: number)
gerParamId(id: string)
gerParamIdName(id: string, name: string)
gerParamIdNameDetail(id: string, name: string)
json(
request: AlosaurRequest,
response: AlosaurResponse,
name: string,
)
obj()
post(body: any, name: string)
putQuery(
a: string,
b: string,
c: string,
body: any,
)
query(
a: string,
b: string,
c: string,
all: any,
)
text(
name: string,
test: string,
username: string,
)