Module

x/alosaur/mod.ts>Content

Alosaur - Deno web framework with many decorators
Go to Latest
function Content
import { Content } from "https://dotland.deno.dev/x/alosaur@v0.24.1/mod.ts";

Render JSON or other content such as strings, numbers, booleans

Parameters

optional
result:
| string
| number
| boolean
| Object
optional
status: number = [UNSUPPORTED]
import Content
import { Content } from "https://dotland.deno.dev/x/alosaur@v0.24.1/mod.ts";