© 2026 Hedgehog Software, LLC
/functions
/functions/helloworld.js
export function onRequest(context) { return new Response("Hello, world!") }
http://localhost:8788/helloworld
https://my-cf-domain.com/helloworld