import { init } from "https://deno.land/x/opine@2.3.3/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.
import { init } from "https://deno.land/x/opine@2.3.3/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.