Module

x/ash/mod.ts>Middleware

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

Methods

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

Called before a route is requested.

import Middleware
import { Middleware } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";