x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
method Router.prototype.param
import { Router } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.param&s=Router";

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

Type Parameters

R extends string[src]
optional
S extends State = RS
[src]