import { type Context } from "https://deno.land/x/aleph@1.0.0-alpha.12/types.d.ts";
Properties
readonly
headers: HeadersMethods
json(data: unknown, init?: ResponseInit): Response
content(content: BodyInit, init?: ResponseInit & { contentType?: string; cacheControl?: "no-cache" | "immutable" | CacheControlOptions; }): Response