Skip to main content
Latest
method Application.prototype.post
import { Application } from "https://deno.land/x/lean@0.0.6/mod.ts";

Parameters

path: string
requestHandler: RequestHandler<this>
...middleware: Middleware<this>[]