Skip to main content
Module

x/dactyl/Method.ts>Put

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

Method decorator function for mapping Put requests.

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

Parameters

optional
path: string

Returns

MethodDecorator