Module

x/opine/src/middleware/init.ts

Minimalist web framework for Deno ported from ExpressJS.
Latest
import * as mod from "https://dotland.deno.dev/x/opine@2.3.4/src/middleware/init.ts";

Variables

Initialization middleware, exposing the request and response to each other, setting locals if not defined, as well as defaulting the X-Powered-By header field.