Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;