Skip to main content
Module

x/abc/mod.ts>Application#patch

A better Deno framework to create web application.
Go to Latest
method Application.prototype.patch
Re-export
import { Application } from "https://deno.land/x/abc@v1.0.0-rc5/mod.ts";

Parameters

path: string
h: HandlerFunc
...m: MiddlewareFunc[]

Returns

Application