From 3ebbdd85de4c9d8a0187c2fe1d2a5b2054380654 Mon Sep 17 00:00:00 2001 From: Maximo Guk <62088388+Maximo-Guk@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:12:09 -0300 Subject: [PATCH] Add head type --- src/itty-router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/itty-router.ts b/src/itty-router.ts index 00798daf..3948f017 100644 --- a/src/itty-router.ts +++ b/src/itty-router.ts @@ -43,6 +43,7 @@ export type RouterHints = { patch: Route, post: Route, put: Route, + head: Route, } export type RouterType = {