Skip to main content
Module

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

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
variable cors
import { cors } from "https://deno.land/x/hono@v3.0.0-rc.3/middleware/cors/index.ts";

type

(options?: CORSOptions) => MiddlewareHandler