Skip to main content
Module

x/dactyl/mod.ts>Patch

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

Method decorator function for mapping Patch requests.

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

Parameters

optional
path: string

Returns

MethodDecorator