Skip to main content
Module

x/cav/http.ts>NO_MATCH

A server framework for Deno
Go to Latest
variable NO_MATCH
import { NO_MATCH } from "https://deno.land/x/cav@0.0.14/http.ts";

A special 404 HttpError that should be thrown whenever a handler is refusing to respond to a request due to the path not matching constraints. This is thrown by Rpcs when path matching fails. If a Stack catches this error, it will continue looking for matching routes.