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

x/aleph/server/context.ts>createContext

The Full-stack Framework in Deno.
Very Popular
Latest
function createContext
import { createContext } from "https://deno.land/x/aleph@1.0.0-beta.44/server/context.ts";

create a context object

Parameters

next: () => Promise<Response> | Response