Skip to main content
Module

x/workers_router/index.ts>WorkerRouter#head

A router for Worker Runtimes such and Cloudflare Workers or Service Workers.
Latest
method WorkerRouter.prototype.head
import { WorkerRouter } from "https://deno.land/x/workers_router@v0.3.0-pre.6/index.ts";

Add a route that matches the HEAD method.

Type Parameters

X extends RX

Parameters

path: string
handler: Handler<X>

Type Parameters

X extends RX

Parameters

path: string
middleware: Middleware<RX, X>
handler: Handler<X>