Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/aqua/router.ts>default.findRouteWithMatchingURLParameters

A minimal and fast ๐Ÿƒ web framework for Deno
Go to Latest
method default.findRouteWithMatchingURLParameters
import { default } from "https://deno.land/x/aqua@v1.0.18/router.ts";

Parameters

requestedPath: string
routes: { [path: string]: Route; }