Skip to main content
Module

x/shed/index.ts>RouteContext

All Worker Tools under a single roof
Latest
interface RouteContext
implements Context
import { type RouteContext } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Properties

The match that resulted in the execution of this route. It is the full result produced by the URL Pattern API. If you are looking for a params-like object similar to outer routers, use the basics middleware or match.pathname.groups.