Skip to main content
Module

x/dactyl/Method.ts>Get

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

Method decorator function for mapping Get requests.

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

Parameters

optional
path: string

Returns

MethodDecorator