Skip to main content
Module

x/aleph/server/types.ts>FetchHandler

The Full-stack Framework in Deno.
Go to Latest
interface FetchHandler
import { type FetchHandler } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";

Call Signatures

(request: Request, context: Record<string, unknown>): Promise<Response> | Response