x/oak/router.ts

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

Iterate over the routes currently added to the router.

Returns

IterableIterator<Route<string, RouteParams<string>, RS>>[src]