Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur_lite/src/decorators.ts>Put

Lightweight version of Alosaur. Specially designed to work with deno deploy.
Latest
function Put
import { Put } from "https://deno.land/x/alosaur_lite@v0.1.1/src/decorators.ts";

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

Parameters

optional
route: string | RegExp

Returns

Function