import { RouteContext } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware/serve.ts";
The context associated with serve middleware requests on a router.
Constructors
new
RouteContext(context: RouterContext<R, P, S>)Properties
Methods
[Symbol.for("Deno.customInspect")](inspect: (value: unknown) => string): string
[Symbol.for("nodejs.util.inspect.custom")](): any
depth: number,
options: any,
inspect: (value: unknown, options?: unknown) => string,