Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opine/src/utils/finalHandler.ts>finalHandler

Minimalist web framework for Deno ported from ExpressJS.
Very Popular
Go to Latest
function finalHandler
import { finalHandler } from "https://deno.land/x/opine@2.3.3/src/utils/finalHandler.ts";

Create a function to handle the final response.

Parameters

req: OpineRequest
res: OpineResponse

Returns

NextFunction