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

HEAD

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

Decorator

Defines an HTTP Handler of type HEAD.

@HEAD(route, options) Target: Method

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