Skip to main content
Module

x/fast/context.ts>ContextInit

Deno web framework with almost zero overhead.
Go to Latest
interface ContextInit
import { type ContextInit } from "https://deno.land/x/fast@4.0.0/context.ts";

Properties

request: Request
middlewares: Middleware[]
optional
params: Record<string, string>