Skip to main content
Module

x/fastro/mod.ts>Context

Fast and simple web application framework for deno
Go to Latest
class Context
import { Context } from "https://deno.land/x/fastro@v0.74.0/mod.ts";

Index Signatures

[key: string]: any

Properties

info: Info
props: (props: unknown) => this
render: (options?: RenderOptions) => Response | Promise<Response>
send: (data: unknown, status?: number) => Response | Promise<Response>
server: Fastro