Skip to main content
Module

x/cav/mod.ts>Context

Experimental server framework for Deno
Go to Latest
interface Context
implements ConnInfo
import { type Context } from "https://deno.land/x/cav@0.5.1/mod.ts";

Information associated with an incoming request.

Properties

readonly
url: URL

URL instance created from the request url.

readonly
path: string

The unrouted portion of the request path.

readonly
param: { readonly [x: string]: string; }

Path parameters captured during routing.