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

x/allo_routing/mod.ts>ServeResponseType

🦕 Routing solution for Deno
Latest
type alias ServeResponseType
Re-export
import { type ServeResponseType } from "https://deno.land/x/allo_routing@v2.2.3/mod.ts";
definition: (req: Request, params: Record<string, string>) => Response | Promise<Response>