Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dactyl/mod.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/mod.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