Skip to main content
Module

x/acorn/context.ts

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
import * as acorn from "https://deno.land/x/acorn@0.1.0/context.ts";

Contains the class Context which provides context for the request and response to the request handler.

Classes

An object that provides context for the associated request and response. This is passed as the first argument to every route handler.