Skip to main content
Module

x/dactyl/Method.ts>Post

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

Method decorator function for mapping Post requests.

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

Parameters

optional
path: string

Returns

MethodDecorator