Skip to main content
Module

x/cav/context.ts

A server framework for Deno
Go to Latest
import * as cav from "https://deno.land/x/cav@0.2.3/context.ts";

Functions

Hook for getting routing metadata from a Request. If there isn't already a Context associated with the Request, a new one will be generated. The same Context object is returned on every subsequent call to context() with this Request.

Interfaces

Metadata object for caching and tracking information about how a Request has been routed so far in the handling process.

Type Aliases

Record representing path parameters captured during routing.

Record representing query string parameters.