Skip to main content
Latest
method Application.prototype.use
import { Application } from "https://deno.land/x/lean@0.0.6/mod.ts";

use adds middleware to be run after the router.

Parameters

...middlewares: Middleware<this>[]