Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/shed/router.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/router.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.