Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Alosaur - Deno web framework with many decorators
Go to Latest
class HomeController
import { HomeController } from "https://deno.land/x/alosaur@v1.1.0/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,
)