Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fast/context.ts>ContextInit

Speedy web framework
Go to Latest
interface ContextInit
import { type ContextInit } from "https://deno.land/x/fast@5.3.1/context.ts";

Properties

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