import { Router } from "https://deno.land/x/danet@1.7.4/src/deps.ts";
Register named middleware for the specified routes when the DELETE
,
GET
, POST
, or PUT
method is requested.
Register middleware for the specified routes when the DELETE
,
GET
, POST
, or PUT
method is requested.
Register middleware for the specified routes when the DELETE
,
GET
, POST
, or PUT
method is requested with explicit path parameters.
Type Parameters
optional
S extends State = RS