Skip to main content
Module

x/fast/context.ts>ContextInit

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

Properties

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