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

x/fast/middleware/mod.ts>OriginFn

Small web framework with near-native performance.
Go to Latest
type alias OriginFn
import { type OriginFn } from "https://deno.land/x/fast@4.0.0-alpha.0/middleware/mod.ts";
definition: (origin: string | undefined, request: Request) => StaticOrigin | Promise<StaticOrigin>