Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alosaur/src/decorator/Get.ts

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

Functions

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