Skip to main content
Module

x/fast/mod.ts>Context

Deno web framework with almost zero overhead.
Go to Latest
class Context
import { Context } from "https://deno.land/x/fast@4.0.0-beta.4/mod.ts";

Constructors

new
Context(unnamed 0: ContextInit)

Properties

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

Methods

assert(
expr: unknown,
status: number,
message: string,
): asserts expr
throw(status: number, message: string)