Skip to main content
Module

x/oak/router.ts>Layer#params

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Layer.prototype.params
import { Layer } from "https://deno.land/x/oak@v13.2.5/router.ts";

Parameters

captures: string[]
optional
existingParams: RouteParams<R> = [UNSUPPORTED]