Skip to main content
Module

x/workers_router/index.ts>RouteContext

A router for Worker Runtimes such and Cloudflare Workers or Service Workers.
Latest
interface RouteContext
implements Context
import { type RouteContext } from "https://deno.land/x/workers_router@v0.3.0-pre.6/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.