Skip to main content
Module

x/oak_middleware/mod.ts

A collection of middleware to use with oak. 🐿️ 🦕
Latest
import * as oakMiddleware from "https://deno.land/x/oak_middleware@v0.1.0/mod.ts";

Variables

A middleware that will set the response time for other middleware in milliseconds as X-Response-Time which can be used for diagnostics and other instrumentation of an application. Utilise the middleware before the "real" processing occurs.