Skip to main content
Module

x/opine/src/middleware/init.ts

Minimalist web framework for Deno ported from ExpressJS.
Latest
import * as opine from "https://deno.land/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.