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

POST

import { POST } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Defines an HTTP Handler of type POST.

@POST(route, options) Target: Method

const POST: (route: string, options?: Mandarine.MandarineMVC.Routing.RoutingOptions) => Function;