Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ash/mod.ts>Route.matchRoute

A stylish web framework for Deno!
Latest
method Route.matchRoute
Re-export
import { Route } from "https://deno.land/x/ash@1.3.6/mod.ts";

Looks for a matching route and returns it.

Parameters

method: string

The method to match.

path: string

The path to match.