Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps.ts>noMatch

A server framework for Deno
Go to Latest
function noMatch
Re-export
import { noMatch } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps.ts";

Adds a Symbol to the Response to indicate to any containing Routers that the handler didn't match with the Request. The Router will continue looking for matches.