Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak/mod.ts>Router#values

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

Iterate over the routes currently added to the router.

Returns

IterableIterator<Route<string, RouteParams<string>, RS>>