Skip to main content
Module

x/dactyl/example/deps.ts>Delete

Web framework for Deno, built on top of Oak 🦇
Latest
function Delete
import { Delete } from "https://deno.land/x/dactyl@v0.1.0-alpha/example/deps.ts";

Method decorator function for mapping Delete requests.

path will be the routed path with the prefix of the parent controller prefix, E.g.

Parameters

optional
path: string

Returns

MethodDecorator