Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/doa/mod.ts>App#handleRequest

A middleware framework for Deno's http serve🦕. Transplanted from Koa with ❤️
Latest
method App.prototype.handleRequest
import { App } from "https://deno.land/x/doa@v1.0.0/mod.ts";

Parameters

ctx: Context
fnMiddleware: any