Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ash/src/Router/Route.ts>default.matchRoute

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

Looks for a matching route and returns it.

Parameters

method: string

The method to match.

path: string

The path to match.