Skip to main content
Module

x/aleph/server/mod.ts>content

The Full-stack Framework in Deno.
Go to Latest
function content
Re-export
import { content } from "https://deno.land/x/aleph@1.0.0-alpha.65/server/mod.ts";

Parameters

body: BodyInit
optional
init: ResponseInit & { contentType?: string; cacheControl?: CacheControlOptions | "immutable" | "no-cache"; }