Module

x/alosaur/mod.ts>Content

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

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

Parameters

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