Module

x/alosaur/mod.ts>Patch

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
function Patch
import { Patch } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

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

Parameters

optional
route: RegExp

Returns

Function

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

Parameters

optional
route: string

Returns

Function