Skip to main content
Module

x/rutt/mod.ts>defaultOtherHandler

🛣️ A tiny and fast http request router designed for use with deno and deno deploy
Go to Latest
function defaultOtherHandler
import { defaultOtherHandler } from "https://deno.land/x/rutt@0.0.13/mod.ts";

The default other handler for the router. By default it responds with null body and a status of 404.