Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.31.0/mod.ts";

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

Parameters

optional
result:
| string
| number
| boolean
| Object
optional
status: number = [UNSUPPORTED]

Returns

ActionResult