Skip to main content
Module

x/alosaur/src/decorator/Put.ts

Alosaur - Deno web framework with many decorators
Go to Latest
import * as alosaur from "https://deno.land/x/alosaur@v0.9.0/src/decorator/Put.ts";

Functions

Registers an action to be executed when PUT request comes on a given route. Must be applied on a controller action.