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

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;