Skip to main content
Module

x/dactyl/Method.ts

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

Variables

Responsible for producing function decorators for all given HttpMethods. Uses a curried function to return the function decorator.

Functions

Method decorator function for mapping Delete requests.

Method decorator function for mapping Get requests.

Method decorator function for mapping Patch requests.

Method decorator function for mapping Post requests.

Method decorator function for mapping Put requests.