Skip to main content
Module

x/ash/mod.ts>Middleware

A stylish web framework for Deno!
Latest
class Middleware
Re-export
Abstract
import { Middleware } from "https://deno.land/x/ash@1.3.6/mod.ts";

Methods

abstract
handle(request: Request, next: Function): string

Called before a route is requested.