Skip to main content
Module

x/fresh/src/server/types.ts>MiddlewareRoute

The next-gen web framework.
Extremely Popular
Go to Latest
interface MiddlewareRoute
implements Middleware
import { type MiddlewareRoute } from "https://deno.land/x/fresh@1.2.0/src/server/types.ts";

Properties

pattern: string

path-to-regexp style url path

compiledPattern: URLPattern

URLPattern of the route