GET
import { GET } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Defines an HTTP Handler of type GET.
@GET(route, options) Target: Method
const GET: (route: string, options?: Mandarine.MandarineMVC.Routing.RoutingOptions) => Function;