Skip to content

Runtimes

Runtimes > Cloudflare Workers - itty-router

Itty-router was originally designed for Cloudflare Workers, and remains its optimization target to this day.

js
import { AutoRouter } from 'itty-router'

const router = AutoRouter()

router.get('/', () => 'Success!')

export default { ...router } // strips the proxy before returningw