Skip to main content
Module

x/dero/mod.ts>Dero#withPromise

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
Latest
method Dero.prototype.withPromise
import { Dero } from "https://deno.land/x/dero@1.2.4/mod.ts";

Parameters

handler: Promise<Handler>
req: Req
res: Res
optional
isDepError: boolean = [UNSUPPORTED]