Skip to main content
Module

x/dactyl/deps.ts>Application#use

Web framework for Deno, built on top of Oak 🦇
Latest
method Application.prototype.use
import { Application } from "https://deno.land/x/dactyl@v0.1.0-alpha/deps.ts";

Register middleware to be used with the application.

Parameters

...middleware: Middleware<S, Context<S>>[]