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