Skip to main content
Module

x/oak/router.ts>Router#param

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

Register param middleware, which will be called when the particular param is parsed from the route.

Type Parameters

R extends string
optional
S extends State = RS