Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mith_router/example/deps.ts>Mith#after

Routing system for Mith framework
Latest
method Mith.prototype.after
import { Mith } from "https://deno.land/x/mith_router@v0.5.0/example/deps.ts";

Register middleware on the after stack.

Parameters

middleware: Middleware | Middleware[]

can be a single one or an array