function contentimport { content } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.20/server/response.ts"; content(body: BodyInit, init?: ResponseInit & { contentType?: string; cacheControl?: CacheControlOptions | "immutable" | "no-cache"; }): ResponseParametersbody: BodyInitoptionalinit: ResponseInit & { contentType?: string; cacheControl?: CacheControlOptions | "immutable" | "no-cache"; }ReturnsResponse