Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/middleware/cors/index.ts>cors

Web Framework built on Web Standards
Very Popular
Go to Latest
variable cors
import { cors } from "https://deno.land/x/hono@v4.2.8/middleware/cors/index.ts";

type

(options?: CORSOptions) => MiddlewareHandler