Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/response.ts>content

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

Parameters

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