Module

x/fresh/src/server/router.ts>InternalRoute

The next-gen web framework.
Extremely Popular
Latest
type alias InternalRoute
import { type InternalRoute } from "https://dotland.deno.dev/x/fresh@1.7.1/src/server/router.ts";
definition: { baseRoute: BaseRoute; originalPattern: string; pattern: URLPattern | string; methods: [K in KnownMethod]?: MatchHandler; default?: MatchHandler; destination: DestinationKind; }