Skip to main content
Module

x/fast/mod.ts>Context

Speedy web framework for Deno
Go to Latest
class Context
import { Context } from "https://deno.land/x/fast@5.2.1/mod.ts";

Constructors

new
Context(unnamed 0: ContextInit)

Properties

readonly
body
params: Record<string, string>
request: Request
status: number

Methods

assert(expr: unknown, error: ErrorInit): asserts expr
throw(error: ErrorInit)