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;