Skip to main content
Module

x/aleph/types.ts>ServerResponse

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface ServerResponse
import { type ServerResponse } from "https://deno.land/x/aleph@v0.3.0-alpha.25/types.ts";

An interface is compatible with std http srever's request.respond().

Properties

optional
status: number
optional
headers: Headers
optional
body: Uint8Array | Deno.Reader | string