Skip to main content
Module

x/alosaur/mod.ts>Content

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Content
Re-export
import { Content } from "https://deno.land/x/alosaur@v0.38.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]