Skip to main content
Module

x/fast/context.ts>ContextInit

Speedy web framework
Latest
interface ContextInit
import { type ContextInit } from "https://deno.land/x/fast@6.0.0-alpha.1/context.ts";

Properties

request: Request
optional
params: Record<string, string>