Skip to main content
Module

x/opine/src/middleware/init.ts>init

Fast, minimalist web framework for Deno ported from ExpressJS.
Very Popular
Go to Latest
variable init
import { init } from "https://deno.land/x/opine@2.2.0/src/middleware/init.ts";

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.

type

(app: Opine) => unknown