import { defaultUnknownMethodHandler } from "https://deno.land/x/rutt@0.3.0/mod.ts";
The default unknown method handler for the router. By default it responds
with null
body, a status of 405 and the Accept
header set to all
known methods.
x/rutt/mod.ts>defaultUnknownMethodHandler
import { defaultUnknownMethodHandler } from "https://deno.land/x/rutt@0.3.0/mod.ts";
The default unknown method handler for the router. By default it responds
with null
body, a status of 405 and the Accept
header set to all
known methods.